/* Landing page - converted from jianyi_pc Vue components */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: PingFangSC, 'PingFang SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* 首页使用项目头尾，隐藏 foot 自带右侧客服（与 landing 浮动栏重复） */
body.landing-page .online {
  display: none !important;
}

/* 站点固定头部占位，避免 banner 被遮挡 */
body.landing-page .landing-banner-wrap {
  padding-top: 100px;
}

.jy-continer {
  background-color: #ffffff;
}

.jy-continer .default-btn {
  width: 220px;
  height: 54px;
  float: left;
  border-radius: 27px;
  border: 2px solid #01c257;
  text-align: center;
  line-height: 50px;
  color: #01c257 !important;
  font-size: 24px;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}

.jy-continer .default-btn:hover {
  color: #01c257;
  text-decoration: none;
  box-shadow: 0 5px 10px rgba(1, 194, 87, 0.25);
}

.jy-continer .primary-btn {
  width: 220px;
  height: 54px;
  float: left;
  background: linear-gradient(165deg, #01c257, #01c257);
  border-radius: 27px;
  text-align: center;
  line-height: 54px;
  color: #fff !important;
  font-size: 24px;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  border: none;
}

.jy-continer .primary-btn:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 5px 10px rgba(1, 194, 87, 0.25);
}

.jy-continer .mt20 {
  margin-top: 20px;
}

.jy-continer .ml-10 {
  margin-left: 10px;
}

/* Header */
.jy-continer .main-header {
  height: 70px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 100;
}

.jy-continer .main-header__content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.jy-continer .main-header .logo {
  width: 196px;
  height: 52px;
  float: left;
  margin-top: 10px;
  box-sizing: content-box;
}

.jy-continer .main-header .logo img {
  width: 100%;
  height: 100%;
  display: block;
}

.jy-continer .main-header .nav {
  height: 70px;
  line-height: 70px;
  float: right;
}

.jy-continer .main-header .nav a {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-left: 60px;
  cursor: pointer;
  text-decoration: none;
  float: left;
}

.jy-continer .main-header .nav a:hover {
  color: #01c257;
}

.jy-continer .main-header-placeholder {
  height: 70px;
  opacity: 0;
}

/* Banner */
.jy-continer .landing-banner-wrap {
  position: relative;
}

.jy-continer .landing-banner {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  background-color: #f2f2f2;
  overflow: hidden;
}

.jy-continer .landing-banner-content {
  display: block;
  width: 100%;
  height: auto;
  min-height: 350px;
  max-width: 100%;
  object-fit: cover;
  margin: 0 auto;
  transition: all 0.4s ease-in;
  cursor: pointer;
}

.jy-continer .banner-login-container {
  width: 300px;
  min-height: 330px;
  background: #fff;
  padding: 20px 18px 18px;
  box-sizing: border-box;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
  z-index: 2;
}

/* Digital panel */
.jy-continer .digital-panel {
  width: 1250px;
  height: 120px;
  background: #fff;
  box-shadow: 0 12px 45px rgba(76, 94, 84, 0.12);
  border-radius: 15px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: -25px auto 0;
  position: relative;
  z-index: 3;
}

.jy-continer .digital-panel .digital-item {
  text-align: center;
}

.jy-continer .digital-panel .highlight-text {
  font-size: 38px;
  font-family: DINPro-Bold, DINPro, sans-serif;
  font-weight: 700;
  color: rgba(255, 92, 0, 1);
  line-height: 61px;
}

.jy-continer .digital-panel .normal-text {
  font-size: 22px;
  font-weight: 400;
  color: rgba(255, 92, 0, 1);
  line-height: 40px;
}

.jy-continer .digital-panel .item-name {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}

/* Middle pane */
.jy-continer .middle-pane {
  background-color: #fff;
  width: 1200px;
  max-width: 1200px;
  padding: 150px 0 0;
  margin: 0 auto;
}

.jy-continer .jianyi-introduce {
  padding: 50px 0;
  width: 1200px;
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  line-height: 44px;
  text-align: center;
}

/* Title bar */
.jy-continer .title-bar {
  height: 50px;
  margin-bottom: 20px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jy-continer .title-bar::before,
.jy-continer .title-bar::after {
  content: '';
  width: 36px;
  height: 30px;
  flex: 0 0 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.jy-continer .title-bar::before {
  margin-right: 40px;
  background-image: url('data:image/png;base64,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');
}

.jy-continer .title-bar::after {
  margin-left: 40px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAA0CAYAAAAzMZ5zAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAARKADAAQAAAABAAAANAAAAAA5CyNwAAAFRElEQVRoBeVbzW/bNhR/JBXZzkcXZF2DtVsarAmQwtcdVnRb7R1374ABxTbssFv/gl38d+xUDOsKJPedCiQYAgQF0g47pMOwrcjaLmmTBmvn2LItihwpR6otyfqwRCtpCRii+MTHx58ff3ykKIBjljjnaOGn64X51a+KtVoNZ26e0A+rNQ24/Im8J/kKPPKR3S78cb3waG/vHYuiWQCmdRvGlDBr7xKUt9eqNZrKGAlCYesUNGASxse6/W6aHCbgEC6VnwOqMak/d0CkR4yvXTtnEvM8cCBBnUZIa01b5v396sphkDy0THrBnWtTQDvTgI6A8FboIAvOdPagvNLJFZDT619PvWCNRQHKpNdG7z1iuPltZele7eif9MoD78XQg8l/Z4AwPVDeW8iZCbeXnuQCSEW474b+23nLRGcBsdg2jJHitvHh9w97+xGY54J7NramgY9NBcoHFXb0F7GNGaQjafnU6uenWxq/wBkrJK2LsNYwP/rxbmi9zW/God6YAZ0HDr/QusJLjsgr9LFMhJI0Hz59tmBY1ptg01dytRzx0sBakjT1v2agfViC6AEyQI2uKQfEJs2NL89u7z6dH0SaA6zzF1uWfxp2SVMMERhAmn5NwSWIIqVDJglpBlvoL6VXln92S5OQplspPKPEQxzSfG42BWn6g59wk2JIXdI8SEaaMVRn7iFpSDOGvUAnpjeHJs0YDWQGiEOaTJKmgkQRQcDFzKSR3xWod1WmBsQhTZO20pOma9bLjB2vIzwGmOtgieGnaVsvpdnnUgGigjR7u0gZxiLKLPTNTooBGYpUVZMmBWEWltEE1QUYI02JPUQ5aRKNiGV5AVhAzCGhOS4e4pBmmkgz7K92SdOiQ3ltmO4kskgPGTlpRlmv2ENCAcmFNHMGJNA9X2XSjMLb5yG5k2aUxYqHTJ+HlNa/mDMsEWANuTyP6gtlR1Np1IM5yt3ldGn96pwpwVCUqB1tDr9Tocgsn1obEMkZJkPv+qQZFdjhtwy9T0CyAblTeDDbFx5nbbj0DrkOOQHJBoQZ7aJSWxE+EWBIDLocUkq59RaF5gnxDhcQbNJ2VJ9SyTFXNG+lsiqwsu0hs6y4D4QoNBqlew0ZaLqaQhuQ7eqNlmbyx2qaEAtUbnER23RU6c9Sb5dDhEajcutvwvhOlsr7dGEBCOdmX9kxvHEBQQjxdnXlzxIj9xHGmXOKDIk1hNpANAOwyuGZDmUXEEdNvXrr2WW6dJdo6B/gOPP9Ks2iFjDUBKwdyyEUGh+8jsv/UECk19gbRBHnNxzvGubq21WPUqJ4tesbMl57JLcY1ZuP59+e3cSEHHjlae9tbpFnM8T5D3F+J/fpOdJDvB3Ofb8kbw/xAvKqk25iD+kFKBfSVewhqQCR4IycdI87II7HOO9tXvuX3Q4gzlU56So+DhE57TodjXtVTbrw/ndNqCzuADLrcW1K8lxqDglrTAXpqj5SpRQQCVbWpNsHSLeB6JPKYf+aR5b5kPHoh0wjXQSWV79ogMMHN/8Dsyy2Lojhkycp4Obod8LTkC5C+qH58Q/3QvuY8uCucg/xGp+GdDVO9736fPdpSLd4qqGcQ3wG9xQkIV1xutO4fOXiL2sowWciSc6xtjQKn7y3mysgEps4pCt38M7R4q9y77cHz3hZ96RzxOchsPgExDc5uQPi9EpGuo92DubEdtpb7gdEnJga57sXzlg7W+JbFufZoa7yLLz14A3gxoT7ARFlDFixDpVP64A+8xP2UA1lXEl6THn5qi7fN8t8xuqlSyJYXhbn2MQnJAH6/wd7WKUCgKgeAQAAAABJRU5ErkJggg==');
}

.jy-continer .title-bar__text {
  font-size: 36px;
  font-weight: 600;
  color: #111;
}

/* Business scenarios */
.jy-continer .business-scenarios {
  background-color: #ffffff;
  padding: 0 0 50px 0;
  position: relative;
}

.jy-continer .business-scenarios__container {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}

.jy-continer .scenarios-grid {
  display: flex;
  justify-content: space-between;
}

.jy-continer .scenario-card {
  cursor: pointer;
  width: 195px;
  height: 230px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
}

.jy-continer .scenario-card__image {
  width: 195px;
  height: 230px;
  overflow: hidden;
  border-radius: 8px;
}

.jy-continer .scenario-card__image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: block;
  transition: transform 0.3s;
}

.jy-continer .scenario-card__image:hover img {
  transform: scale(1.05);
}

.jy-continer .scenario-card__title {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  color: #ffffff;
  line-height: 40px;
}

/* Why use */
.jy-continer .why-use-card {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

.jy-continer .why-use-card__icon img {
  display: block;
}

.jy-continer .why-use-card__content {
  flex: 1;
  min-width: 490px;
  min-height: 335px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.jy-continer .why-use-card__content h3 {
  font-weight: 400;
  font-size: 32px;
  color: #000000;
  line-height: 45px;
  text-align: left;
  margin: 0;
}

.jy-continer .why-use-card__content p {
  margin-top: 20px;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 35px;
  text-align: left;
}

.jy-continer .why-use-card__btn-bar {
  overflow: hidden;
}

.jy-continer .why-use-card__content .default-btn {
  margin-right: 30px;
}

/* Table panel */
.jy-continer .table-wrapper {
  padding: 65px 0;
}

.jy-continer .table-wrapper__desc {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  color: #b5b5bd;
  line-height: 40px;
  margin-bottom: 32px;
}

.jy-continer .table-wrapper .btn-wrapper {
  display: flex;
  justify-content: center;
  margin: 50px 0 20px;
}

.jy-continer .table-panel .header {
  display: flex;
  align-items: end;
}

.jy-continer .table-panel .header__first,
.jy-continer .table-panel .header__last {
  flex: 1;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
}

.jy-continer .table-panel .header__first {
  background-color: #0caf60;
}

.jy-continer .table-panel .header__last {
  background-color: #dcdcdc;
  color: #333333;
}

.jy-continer .table-panel .header__pk {
  width: 223px;
  height: 70px;
  background-color: rgba(140, 222, 182, 1);
  display: flex;
  align-items: end;
  justify-content: center;
  font-size: 64px;
  color: #ffffff;
  line-height: 64px;
  position: relative;
}

.jy-continer .table-panel .header__pk::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 111.5px solid transparent;
  border-right: 111.5px solid transparent;
  border-top: 40px solid rgba(140, 222, 182, 1);
  z-index: 1;
}

.jy-continer .table-panel .row {
  display: flex;
  align-items: stretch;
  background-color: rgba(12, 175, 96, 0.05);
}

.jy-continer .table-panel .func-card {
  display: flex;
}

.jy-continer .table-panel .func-card__icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.jy-continer .table-panel .func-card__icon img {
  width: 100%;
  height: 100%;
}

.jy-continer .table-panel .func-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 20px;
}

.jy-continer .table-panel .func-card__title {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
}

.jy-continer .table-panel .func-card__desc {
  margin-top: 6px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 33px;
}

.jy-continer .table-panel .cell {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 20px;
  position: relative;
  min-height: 120px;
  box-sizing: border-box;
}

.jy-continer .table-panel .cell::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-bottom: 1px solid #e4e4e4;
}

.jy-continer .table-panel .pk-cell {
  width: 223px;
  background-color: rgba(228, 251, 240, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 22px;
  color: #0caf60;
  line-height: 30px;
  text-align: center;
}

.jy-continer .table-panel .pk-cell::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-bottom: 1px solid rgba(12, 175, 96, 0.23);
}

/* Testimonials */
.jy-continer .testimonials {
  background: linear-gradient(180deg, #f0f7ff 0%, #e8f4ff 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.jy-continer .testimonials__container {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}

.jy-continer .testimonials__title {
  font-weight: 600;
  font-size: 36px;
  color: #333333;
  text-align: center;
  margin: 0 0 60px 0;
  line-height: 50px;
}

.jy-continer .testimonials__carousel {
  display: flex;
}

.jy-continer .carousel-track {
  display: flex;
  width: 100%;
}

.jy-continer .testimonial-card {
  flex: 0 0 calc((100% - 48px) / 3);
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.03);
  position: relative;
  box-sizing: border-box;
}

.jy-continer .testimonial-card + .testimonial-card {
  margin-left: 24px;
}

.jy-continer .testimonial-card__header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.jy-continer .testimonial-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.jy-continer .testimonial-card__name {
  margin-left: 15px;
  font-weight: 400;
  font-size: 18px;
  color: #aaaaaa;
  line-height: 25px;
}

.jy-continer .testimonial-card__content {
  position: relative;
  margin-bottom: 20px;
  height: 100px;
  overflow: hidden;
  font-weight: 400;
  font-size: 17px;
  color: #333333;
  line-height: 28px;
}

.jy-continer .testimonial-card__quote {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
}

.jy-continer .testimonial-card__quote img {
  width: 39px;
  height: 37px;
}

.jy-continer .testimonial-card__text {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  margin: 0;
}

.jy-continer .testimonial-card__rating {
  font-size: 14px;
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.jy-continer .testimonial-card__rating .stars {
  color: #ffd700;
  font-size: 16px;
  letter-spacing: 2px;
}

/* Customer service */
.jy-continer .customer-service {
  padding-top: 85px;
}

.jy-continer .customer-service__container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.jy-continer .customer-service__image {
  flex-shrink: 0;
  width: 308px;
  height: 200px;
}

.jy-continer .customer-service__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.jy-continer .customer-service__title {
  font-weight: 600;
  font-size: 36px;
  color: #333333;
  line-height: 50px;
  margin: 0 0 30px 0;
}

.jy-continer .customer-service__desc {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 32px;
  margin: 0;
}

/* Core features */
.jy-continer .core-features {
  padding-top: 85px;
}

.jy-continer .core-features__container {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}

.jy-continer .core-features__body {
  margin-top: 60px;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.jy-continer .core-features__body--visible {
  opacity: 1;
  transform: translateY(0);
}

.jy-continer .core-features__list {
  width: 168px;
  border-right: 1px solid #e4e4e4;
}

.jy-continer .core-features__item {
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  margin-bottom: 30px;
}

.jy-continer .core-features__item:hover:not(.core-features__item--active) {
  background: linear-gradient(90deg, #f4fdf8 0%, #c8f3db 100%);
}

.jy-continer .core-features__item--active {
  background: linear-gradient(90deg, #f4fdf8 0%, #c8f3db 100%);
  box-shadow: 0 2px 8px rgba(140, 222, 182, 0.15);
}

.jy-continer .core-features__item--active::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: rgba(140, 222, 182, 1);
}

.jy-continer .core-features__item:last-child {
  margin-bottom: 0;
}

.jy-continer .core-features__detail-wrapper {
  flex: 1;
  min-width: 0;
  height: 500px;
  overflow: hidden;
}

.jy-continer .core-features__detail-track {
  transition: transform 0.6s ease-out;
  will-change: transform;
}

.jy-continer .core-features__detail {
  min-height: 500px;
  height: 500px;
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
}

.jy-continer .core-features__detail--content {
  flex-shrink: 0;
  width: 505px;
  margin: 0 20px 0 40px;
}

.jy-continer .core-features__detail--image {
  width: 440px;
}

.jy-continer .core-features__detail--image img {
  width: 100%;
}

.jy-continer .core-features__title {
  font-weight: 600;
  font-size: 28px;
  color: #333333;
  line-height: 40px;
  margin: 0 0 24px 0;
}

.jy-continer .core-features__desc {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.jy-continer .core-features__text {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  margin: 0;
  text-align: left;
}

.jy-continer .core-features__actions {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

/* Pricing */
.jy-continer .pricing-plans {
  padding-top: 85px;
  padding-bottom: 100px;
}

.jy-continer .pricing-plans__container {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}

.jy-continer .pricing-plans__title {
  font-weight: 600;
  font-size: 36px;
  color: #333333;
  text-align: center;
  margin: 0 0 60px 0;
}

.jy-continer .pricing-plans__list {
  display: grid;
  grid-template-columns: repeat(3, 278px);
  justify-content: center;
  gap: 80px;
  max-width: 994px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.jy-continer .pricing-plans__action {
  display: flex;
  justify-content: center;
}

.jy-continer .pricing-card {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  width: 278px;
  height: 304px;
  padding: 0;
  transition: box-shadow 0.3s;
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(25, 38, 53, 0.04);
}

.jy-continer .pricing-card:hover {
  box-shadow: 0 8px 22px rgba(25, 38, 53, 0.08);
}

.jy-continer .pricing-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
}

.jy-continer .pricing-card--basic::before {
  background: linear-gradient(90deg, #6adcb9 0%, #f07e72 100%);
}

.jy-continer .pricing-card--verify::before {
  background: linear-gradient(90deg, #63d6ce 0%, #9361e6 100%);
}

.jy-continer .pricing-card--full::before {
  background: linear-gradient(90deg, #d96bd8 0%, #ef6f7a 100%);
}

.jy-continer .pricing-card--selected {
  border-color: #45d8b1;
  box-shadow: 0 4px 16px rgba(57, 203, 161, 0.12);
}

.jy-continer .pricing-card--selected::after {
  content: '✓';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 43px;
  height: 43px;
  background: linear-gradient(135deg, transparent 0%, transparent 50%, #20c56b 50%, #20c56b 100%);
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 60px;
  text-align: right;
  padding-right: 6px;
  box-sizing: border-box;
}

.jy-continer .pricing-card__body {
  padding: 40px 43px 0;
  text-align: center;
}

.jy-continer .pricing-card__name {
  font-weight: 600;
  font-size: 21px;
  color: #333333;
  line-height: 29px;
  margin: 0;
}

.jy-continer .pricing-card__desc {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #b5b5bd;
  line-height: 20px;
}

.jy-continer .pricing-card__price {
  margin-top: 17px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #333333;
}

.jy-continer .pricing-card__price-icon {
  font-size: 13px;
  font-weight: 600;
  margin-right: 2px;
}

.jy-continer .pricing-card__amount {
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
}

.jy-continer .pricing-card__unit {
  font-size: 13px;
  color: #333333;
  margin-left: 2px;
}

.jy-continer .pricing-card__features {
  display: flex;
  justify-content: space-between;
  gap: 19px;
  margin-top: 31px;
  text-align: left;
}

.jy-continer .pricing-card__feature-col {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jy-continer .pricing-card__feature {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 17px;
  color: #4a4a4a;
  white-space: nowrap;
}

.jy-continer .pricing-card__feature::before {
  content: '✓';
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #20bf72;
  color: #ffffff;
  font-size: 8px;
  line-height: 12px;
  text-align: center;
  font-weight: 700;
}

.jy-continer .pricing-card__feature.is-disabled {
  color: #d2d4db;
}

.jy-continer .pricing-card__feature.is-disabled::before {
  background-color: #e6e8ee;
  color: #ffffff;
}

/* Bottom banner */
.jy-continer .bottom-banner {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 888;
  width: 100%;
  height: 100px;
  background-color: rgba(12, 175, 96, 0.97);
  display: flex;
  align-items: center;
  justify-content: center;
}

.jy-continer .bottom-banner__content {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.jy-continer .bottom-banner__text {
  flex: 1;
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  color: #ffffff;
  line-height: 45px;
  letter-spacing: 1px;
}

.jy-continer .bottom-banner__form {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-shrink: 0;
}

.jy-continer .bottom-banner__input {
  width: 288px;
  height: 52px;
  background-color: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 4px;
  font-size: 18px;
  padding: 0 20px;
  box-sizing: border-box;
  outline: none;
}

.jy-continer .bottom-banner__button {
  width: 188px;
  height: 52px;
  border-radius: 6px;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  background-color: #ffbb29;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.jy-continer .bottom-banner__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 187, 41, 0.4);
}

/* Footer */
.jy-continer .landing-footer {
  background-color: #20243e;
  color: #ffffff;
  padding: 60px 0 30px;
}

.jy-continer .landing-footer__container {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}

.jy-continer .landing-footer__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}

.jy-continer .landing-footer__column:not(:last-child) {
  margin-right: 20px;
}

.jy-continer .landing-footer__title {
  font-size: 22px;
  color: #ffffff;
  margin: 0 0 20px 0;
  line-height: 1;
  font-weight: normal;
}

.jy-continer .landing-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jy-continer .landing-footer__list li {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 32px;
}

.jy-continer .landing-footer__list li a {
  color: #99a6bf;
  text-decoration: none;
  font-size: 14px;
  line-height: 30px;
  display: block;
}

.jy-continer .landing-footer__list li a:hover {
  color: #ffffff;
}

.jy-continer .landing-footer__qrcodes {
  display: flex;
  justify-content: space-around;
  width: 480px;
  flex-shrink: 0;
  border-left: 1px solid #3c415e;
  padding: 4px 0 10px 10px;
}

.jy-continer .landing-footer__qrcode {
  text-align: center;
}

.jy-continer .landing-footer__qrcode img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 8px;
  background-color: #ffffff;
  padding: 2px;
  box-sizing: border-box;
}

.jy-continer .landing-footer__qrcode p {
  font-size: 16px;
  color: #98a5bd;
  line-height: 22px;
  margin-top: 14px;
}

.jy-continer .landing-footer__divider {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 20px 0;
}

.jy-continer .landing-footer__copyright {
  font-size: 13px;
  color: #99a6bf;
  text-align: center;
  line-height: 26px;
}

.jy-continer .landing-footer__copyright a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

/* Floating sidebar */
.floating-sidebar {
  position: fixed;
  right: 12px;
  top: 120px;
  z-index: 999;
  display: flex;
  flex-direction: column;
}

.floating-sidebar__item {
  width: 88px;
  height: 70px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 2, 33, 0.04);
  border-radius: 6px;
  border: 1px solid #ebecf9;
  margin-bottom: 12px;
}

.floating-sidebar__item:last-child {
  margin-bottom: 0;
}

.floating-sidebar__item--backtop {
  display: none;
}

.floating-sidebar__item--backtop.is-visible {
  display: flex;
}

.floating-sidebar__icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
}

.floating-sidebar__icon .backtop-icon {
  font-size: 32px;
  color: #01c257;
  line-height: 1;
}

.floating-sidebar__text {
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 17px;
  text-align: center;
}

.floating-sidebar__preview {
  position: absolute;
  right: 95px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 18px;
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.floating-sidebar__preview--show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.floating-sidebar__preview--android {
  width: 560px;
  padding: 0;
  max-width: calc(100vw - 130px);
}

.contact-support {
  width: 200px;
}

.contact-support-header__title {
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  color: #333333;
  line-height: 21px;
  padding-bottom: 10px;
}

.contact-support__qrcode-image {
  width: 200px;
  height: 200px;
}

.contact-support__tips {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: center;
  margin-bottom: 5px;
}

.contact-support .lingBlack {
  color: #999999;
}

.contact-support .copy-icon {
  margin-left: 5px;
  color: #0caf60;
  cursor: pointer;
}

.android-download-guide {
  width: 100%;
  background-color: #ffffff;
  border-radius: 18px;
  overflow: hidden;
}

.android-download-guide__header {
  padding: 24px 20px 15px;
}

.android-download-guide__title {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: left;
}

.android-download-guide__content {
  display: flex;
  padding: 20px;
  gap: 20px;
}

.android-download-guide__main {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 20px;
}

.android-download-guide__phone img {
  width: 180px;
  height: auto;
}

.android-download-guide__steps {
  display: flex;
  flex-direction: column;
  position: relative;
}

.android-download-guide__steps::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 20px;
  bottom: 20px;
  width: 1px;
  border-left: 1px dashed rgba(220, 223, 230, 1);
}

.android-download-guide__step {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  position: relative;
}

.android-download-guide__step-number {
  width: 24px;
  height: 24px;
  background-color: rgba(4, 195, 155, 0.16);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: rgba(4, 195, 155, 1);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.android-download-guide__step-content {
  flex: 1;
  padding-top: 2px;
  text-align: left;
  min-height: 50px;
}

.android-download-guide__step-title {
  font-weight: 400;
  font-size: 13px;
  color: #333333;
  line-height: 18px;
  text-align: left;
}

.android-download-guide__step-desc {
  color: rgba(122, 130, 138, 1);
  font-size: 12px;
}

/* Login panel */
.jy-continer .login-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 292px;
}

.jy-continer .login-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
}

.jy-continer .login-panel__title {
  font-weight: 600;
  font-size: 16px;
  color: #2f3338;
  line-height: 22px;
  margin: 0;
  flex: 1;
  text-align: left;
}

.jy-continer .login-panel__code {
  flex: 0 0 auto;
}

.jy-continer .login-panel .login-form-item {
  height: 38px;
  border: 1px solid #dcdfe6;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  background: #fff;
}

.jy-continer .login-panel .login-form-item:focus-within {
  border-color: #0caf60;
}

.jy-continer .login-panel .login-form-item.is-error {
  border-color: #ff5555;
}

.jy-continer .login-panel .login-form-item__icon {
  width: 16px;
  margin-right: 8px;
  color: #9aa0a6;
  font-size: 14px;
  text-align: center;
  flex-shrink: 0;
}

.jy-continer .login-panel .login-input {
  flex: 1;
  width: 100%;
  height: 36px;
  border: none;
  padding: 0;
  font-size: 13px;
  box-sizing: border-box;
  outline: none;
  color: #333;
  background: transparent;
}

.jy-continer .login-panel .login-input::placeholder {
  color: #a8adb6;
  font-weight: 500;
}

.jy-continer .login-panel .login-input:focus {
  border-color: transparent;
}

.jy-continer .login-panel .login-form-item--code .login-input {
  min-width: 0;
}

.jy-continer .login-panel .login-code-btn {
  flex-shrink: 0;
  border: none;
  background: none;
  color: #77d69d;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  padding: 0 0 0 8px;
}

.jy-continer .login-panel .login-code-btn.is-disabled {
  color: #b5b5bd;
  cursor: not-allowed;
}

.jy-continer .login-panel .login-form-error {
  height: 18px;
  line-height: 18px;
  color: #ff5555;
  font-size: 12px;
  text-align: left;
  visibility: hidden;
}

.jy-continer .login-panel .login-form-error.is-visible {
  visibility: visible;
}

.jy-continer .login-panel .login-form-status {
  min-height: 18px;
  line-height: 18px;
  font-size: 12px;
  text-align: left;
  color: #ff5555;
}

.jy-continer .login-panel .login-form-status.is-success {
  color: #0caf60;
}

.jy-continer .login-panel .login-btn {
  width: 100%;
  height: 44px;
  margin-top: 14px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 6px;
  background: #0bb75f;
  border: none;
  color: #fff;
  cursor: pointer;
}

.jy-continer .login-panel .login-btn:hover {
  background: #09a957;
}

.jy-continer .login-panel .login-btn:disabled {
  background: #9edeb9;
  cursor: not-allowed;
}

.jy-continer .login-panel__footer {
  padding-top: 24px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  line-height: 18px;
}

.jy-continer .login-panel__footer a {
  color: #0caf60;
  text-decoration: none;
}

/* Modal */
.landing-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  align-items: center;
  justify-content: center;
}

.landing-modal-overlay.is-open {
  display: flex;
}

.landing-modal {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  width: 340px;
  box-sizing: border-box;
  position: relative;
}

.landing-modal__close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 24px;
  color: #999;
  cursor: pointer;
  line-height: 1;
  border: none;
  background: none;
}

.landing-modal--consult {
  width: 400px;
  text-align: center;
  padding: 30px;
}

.landing-modal--consult img {
  width: 200px;
  height: 200px;
  margin: 20px auto;
  display: block;
}

.landing-modal--consult p {
  color: #666;
  line-height: 1.8;
  margin: 8px 0;
}

.landing-modal--auth {
  width: 430px;
  padding: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(16, 38, 28, 0.2);
}

.auth-modal {
  padding: 28px 30px 24px;
}

.auth-modal__header {
  padding-right: 28px;
}

.auth-modal__header h3 {
  margin: 0;
  font-size: 24px;
  line-height: 34px;
  color: #1f2d2a;
  font-weight: 600;
}

.auth-modal__header p {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 20px;
  color: #7b8582;
}

.auth-tabs {
  display: flex;
  gap: 8px;
  margin: 22px 0 18px;
  padding: 4px;
  border-radius: 10px;
  background: #f3f7f5;
}

.auth-tab {
  flex: 1;
  height: 36px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #63716d;
  font-size: 13px;
  cursor: pointer;
}

.auth-tab.is-active {
  background: #fff;
  color: #0caf60;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(15, 91, 55, 0.08);
}

.auth-panel {
  display: none;
}

.auth-panel.is-active {
  display: block;
}

.auth-field {
  margin-bottom: 12px;
}

.auth-field input,
.auth-field select {
  display: block;
  width: 100%;
  height: 42px;
  border: 1px solid #dcdfe6;
  border-radius: 8px;
  padding: 0 12px;
  color: #333;
  font-size: 14px;
  background: #fff;
  box-sizing: border-box;
}

.auth-field input:focus,
.auth-field select:focus {
  border-color: #0caf60;
}

.auth-field--code {
  display: flex;
  gap: 10px;
}

.auth-field--code input {
  min-width: 0;
}

.auth-code-btn {
  flex: 0 0 112px;
  height: 42px;
  border: 1px solid #0caf60;
  border-radius: 8px;
  background: #fff;
  color: #0caf60;
  font-size: 14px;
  cursor: pointer;
}

.auth-code-btn.is-disabled,
.auth-code-btn:disabled {
  border-color: #cfd8d3;
  color: #9aa7a1;
  cursor: not-allowed;
}

.auth-message {
  min-height: 20px;
  margin: 2px 0 10px;
  color: #ff5555;
  font-size: 13px;
  line-height: 20px;
}

.auth-message.is-success {
  color: #0caf60;
}

.auth-submit {
  display: block;
  width: 100%;
  height: 44px;
  border: none;
  border-radius: 22px;
  background: #0caf60;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.auth-submit:hover {
  background: #09a957;
}

.auth-submit:disabled {
  background: #9edeb9;
  cursor: not-allowed;
}

.auth-agreement {
  margin-top: 16px;
  color: #7b8582;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.auth-agreement a {
  color: #0caf60;
  text-decoration: none;
}

.auth-switch {
  margin-top: 10px;
  color: #7b8582;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.auth-switch button {
  border: none;
  padding: 0;
  background: transparent;
  color: #0caf60;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .jy-continer .main-header__content,
  .jy-continer .middle-pane,
  .jy-continer .business-scenarios__container,
  .jy-continer .testimonials__container,
  .jy-continer .core-features__container,
  .jy-continer .pricing-plans__container,
  .jy-continer .bottom-banner__content,
  .jy-continer .landing-footer__container,
  .jy-continer .digital-panel {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .jy-continer .digital-panel {
    left: auto;
    flex-wrap: wrap;
    height: auto;
    padding: 20px 0;
  }

  .jy-continer .banner-login-container {
    display: none;
  }

  .jy-continer .scenarios-grid {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }

  .jy-continer .why-use-card {
    flex-direction: column;
    align-items: center;
  }

  .jy-continer .why-use-card__icon {
    margin: 0 0 20px !important;
  }

  .jy-continer .carousel-track {
    flex-direction: column;
  }

  .jy-continer .testimonial-card {
    flex: none;
    width: 100%;
    margin: 0 0 24px !important;
  }

  .jy-continer .landing-footer__main {
    flex-wrap: wrap;
  }

  .jy-continer .landing-footer__qrcodes {
    flex: 0 0 100%;
    border-left: none;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  body.landing-page .landing-banner-wrap {
    padding-top: 60px;
  }

  .jy-continer .landing-banner-content {
    min-height: 220px;
    object-position: left center;
  }

  .jy-continer .title-bar {
    height: auto;
    margin-bottom: 16px;
  }

  .jy-continer .title-bar::before,
  .jy-continer .title-bar::after {
    width: 24px;
    height: 22px;
    flex-basis: 24px;
  }

  .jy-continer .title-bar::before {
    margin-right: 12px;
  }

  .jy-continer .title-bar::after {
    margin-left: 12px;
  }

  .jy-continer .title-bar__text,
  .jy-continer .pricing-plans__title,
  .jy-continer .testimonials__title,
  .jy-continer .customer-service__title {
    font-size: 22px;
    line-height: 32px;
  }

  .jy-continer .digital-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 18px 16px;
  }

  .jy-continer .digital-item {
    padding: 12px 8px;
  }

  .jy-continer .digital-item .highlight-text {
    font-size: 26px;
    line-height: 34px;
  }

  .jy-continer .digital-item .normal-text,
  .jy-continer .digital-item .item-name {
    font-size: 13px;
  }

  .jy-continer .business-scenarios {
    padding-bottom: 28px;
  }

  .jy-continer .scenarios-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .jy-continer .scenario-card,
  .jy-continer .scenario-card__image {
    width: 100%;
    height: auto;
    aspect-ratio: 195 / 230;
  }

  .jy-continer .scenario-card__title {
    bottom: 24px;
    font-size: 18px;
    line-height: 26px;
  }

  .jy-continer .jianyi-introduce {
    font-size: 15px;
    line-height: 28px;
    padding: 0 4px;
  }

  .jy-continer .why-use-card {
    padding: 20px 0;
  }

  .jy-continer .why-use-card__icon,
  .jy-continer .why-use-card__content {
    width: 100%;
    min-width: 0;
    min-height: 0;
  }

  .jy-continer .why-use-card__icon img {
    width: 100% !important;
    height: auto !important;
  }

  .jy-continer .why-use-card__content h3,
  .jy-continer .core-features__title {
    font-size: 20px;
    line-height: 30px;
  }

  .jy-continer .why-use-card__content p,
  .jy-continer .core-features__text,
  .jy-continer .customer-service__desc {
    font-size: 14px;
    line-height: 26px;
  }

  .jy-continer .default-btn,
  .jy-continer .primary-btn {
    width: 140px;
    height: 42px;
    line-height: 40px;
    font-size: 16px;
  }

  .jy-continer .primary-btn {
    line-height: 42px;
  }

  .jy-continer .table-wrapper {
    padding: 32px 0;
    overflow-x: auto;
  }

  .jy-continer .table-wrapper__desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
  }

  .jy-continer .table-panel {
    min-width: 720px;
  }

  .jy-continer .testimonials {
    padding: 36px 0;
  }

  .jy-continer .customer-service__container {
    flex-direction: column;
    gap: 20px;
  }

  .jy-continer .customer-service__image,
  .jy-continer .customer-service__content {
    width: 100%;
  }

  .jy-continer .customer-service__image img {
    width: 100%;
    height: auto;
  }

  .jy-continer .core-features {
    padding-top: 42px;
  }

  .jy-continer .core-features__body {
    margin-top: 28px;
    flex-direction: column;
    align-items: stretch;
    opacity: 1;
    transform: none;
  }

  .jy-continer .core-features__list {
    width: 100%;
    border-right: none;
    display: flex;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 10px;
  }

  .jy-continer .core-features__item {
    width: auto;
    min-width: 92px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    margin-bottom: 0;
    padding: 0 12px;
  }

  .jy-continer .core-features__item--active::after {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 3px;
  }

  .jy-continer .core-features__detail-wrapper,
  .jy-continer .core-features__detail,
  .jy-continer .core-features__detail-track {
    height: auto;
    min-height: 0;
  }

  .jy-continer .core-features__detail-wrapper {
    overflow: visible;
  }

  .jy-continer .core-features__detail-track {
    transform: none !important;
  }

  .jy-continer .core-features__detail {
    flex-direction: column;
    padding-top: 20px;
  }

  .jy-continer .core-features__detail--content,
  .jy-continer .core-features__detail--image {
    width: 100%;
    margin: 0;
  }

  .jy-continer .core-features__detail--image {
    margin-top: 18px;
  }

  .jy-continer .core-features__desc {
    gap: 12px;
    margin-bottom: 20px;
  }

  .jy-continer .core-features__actions {
    margin-top: 20px;
  }

  .jy-continer .pricing-plans {
    padding-top: 42px;
    padding-bottom: 54px;
  }

  .jy-continer .pricing-plans__title {
    margin-bottom: 24px;
  }

  .jy-continer .pricing-plans__list {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 16px;
    margin-bottom: 28px;
  }

  .jy-continer .pricing-card {
    width: 278px;
    max-width: 100%;
    height: 304px;
  }

  .jy-continer .pricing-card__body {
    padding: 40px 43px 0;
  }

  .jy-continer .pricing-card__features {
    gap: 19px;
    margin-top: 31px;
  }

  .jy-continer .pricing-card__feature {
    font-size: 13px;
  }

  .jy-continer .bottom-banner {
    height: auto;
    padding: 14px 0;
  }

  .jy-continer .bottom-banner__content,
  .jy-continer .bottom-banner__form {
    flex-direction: column;
    gap: 10px;
  }

  .jy-continer .bottom-banner__text {
    font-size: 18px;
    line-height: 26px;
  }

  .jy-continer .bottom-banner__input,
  .jy-continer .bottom-banner__button {
    width: 100%;
    height: 42px;
    font-size: 16px;
  }

  .floating-sidebar {
    display: none;
  }

  .landing-modal {
    width: calc(100vw - 32px);
  }

  .landing-modal--auth {
    max-height: calc(100vh - 32px);
    overflow-y: auto;
  }

  .auth-modal {
    padding: 24px 18px 20px;
  }

  .auth-tabs {
    gap: 4px;
  }

  .auth-tab {
    font-size: 12px;
  }

  .landing-modal--consult {
    padding: 24px 18px;
  }
}

@media (max-width: 480px) {
  .jy-continer .title-bar__text,
  .jy-continer .pricing-plans__title,
  .jy-continer .testimonials__title,
  .jy-continer .customer-service__title {
    font-size: 20px;
  }

  .jy-continer .digital-panel {
    grid-template-columns: 1fr;
  }

  .jy-continer .scenarios-grid {
    grid-template-columns: 1fr;
  }

  .jy-continer .why-use-card__btn-bar {
    display: flex;
    gap: 10px;
  }

  .jy-continer .why-use-card__content .default-btn {
    margin-right: 0;
  }

  .jy-continer .default-btn,
  .jy-continer .primary-btn {
    flex: 1;
    width: auto;
  }
}
