@media (max-width: 767px) {
  body.mobile-pages {
    font-size: 16px;
    line-height: 1.6;
    color: #292d32;
    -webkit-text-size-adjust: 100%;
  }
  body.mobile-pages > .container {
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
    margin: 24px auto 40px;
    transform: none;
  }
  body.mobile-pages a,
  body.mobile-pages button {
    touch-action: manipulation;
  }
  body.mobile-pages a:focus-visible,
  body.mobile-pages button:focus-visible,
  body.mobile-pages [role="button"]:focus-visible {
    outline: 2px solid #365fc5;
    outline-offset: 3px;
  }
  body.mobile-pages h1,
  body.mobile-pages h2,
  body.mobile-pages h3,
  body.mobile-pages h4,
  body.mobile-pages h5 {
    overflow-wrap: anywhere;
  }
  body.mobile-pages img {
    max-width: 100%;
  }
  body.mobile-pages .app-list {
    margin: 32px auto;
  }
  body.mobile-pages .app-list h1 {
    font-size: 24px;
    line-height: 1.35;
    margin-bottom: 24px;
    text-align: left;
  }
  body.mobile-pages .app-list h2,
  body.mobile-pages .app-list h5 {
    font-size: 20px;
    line-height: 1.4;
    margin: 28px 0 16px;
    text-align: left;
  }
  body.mobile-pages .app-list > .row:not(.aritle-list) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
  }
  body.mobile-pages .app-list > .row:not(.aritle-list) > div {
    width: auto;
    max-width: none;
    min-width: 0;
    padding: 0;
  }
  body.mobile-pages .app-list > .row:not(.aritle-list) > div > a {
    display: block;
    height: 100%;
  }
  body.mobile-pages .app-list > .row:not(.aritle-list) .thumbnail {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    margin: 0;
    padding: 20px 12px;
    border: 1px solid #ececf2;
    border-radius: 14px;
    box-shadow: none;
  }
  body.mobile-pages .app-list > .row:not(.aritle-list) .thumbnail img {
    width: 56px;
    height: 56px;
    padding: 0;
    object-fit: contain;
  }
  body.mobile-pages .app-list > .row:not(.aritle-list) .thumbnail .message {
    height: auto;
    width: 100%;
    margin-top: 12px;
    gap: 6px;
  }
  body.mobile-pages .app-list > .row:not(.aritle-list) .thumbnail .title {
    font-size: 15px;
    line-height: 1.4;
    overflow-wrap: anywhere;
  }
  body.mobile-pages .app-list > .row:not(.aritle-list) .thumbnail .caption {
    display: block;
    height: auto;
    font-size: 13px;
    line-height: 1.5;
    color: #606571;
  }
  body.mobile-pages .app-list > .row:not(.aritle-list) .thumbnail:hover {
    transform: none;
    box-shadow: none;
  }
  body.mobile-pages .aritle-list {
    margin: 0;
    padding: 8px 16px;
    text-align: left;
  }
  body.mobile-pages .aritle-list > div {
    padding: 0;
    margin-bottom: 0 !important;
  }
  body.mobile-pages .aritle-list a {
    display: block;
    padding: 12px 0;
    min-height: 44px;
    font-size: 15px !important;
    line-height: 1.6;
    border-bottom: 1px solid #eee;
  }
  body.mobile-pages.mobile-home #carouselExampleCaptions .carousel-inner {
    border-radius: 16px;
  }
  body.mobile-pages.mobile-home #carouselExampleCaptions .carousel-item > a {
    display: block;
    position: relative;
    background: #e8edfc;
  }
  body.mobile-pages.mobile-home #carouselExampleCaptions .carousel-item > a > picture {
    position: absolute;
    inset: 0;
  }
  body.mobile-pages.mobile-home #carouselExampleCaptions .carousel-item > a > picture img {
    height: 100%;
    object-fit: cover;
    opacity: 0.25;
  }
  body.mobile-pages.mobile-home #carouselExampleCaptions .carousel-inner .carousel-caption {
    position: relative;
    z-index: 1;
    inset: auto;
    width: 100%;
    min-height: 330px;
    padding: 24px 20px 64px;
    text-align: left;
  }
  body.mobile-pages.mobile-home #carouselExampleCaptions .carousel-inner .carousel-caption h3 {
    padding-right: 72px;
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 12px;
    color: #26447d;
  }
  body.mobile-pages.mobile-home #carouselExampleCaptions .carousel-inner .carousel-caption h5 {
    padding-right: 72px;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 16px;
    color: #292d32;
  }
  body.mobile-pages.mobile-home #carouselExampleCaptions .carousel-inner .carousel-caption p {
    font-size: 15px;
    line-height: 1.65;
    color: #434956;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  body.mobile-pages.mobile-home #carouselExampleCaptions .carousel-inner .carousel-caption > picture {
    position: absolute;
    top: 24px;
    right: 20px;
  }
  body.mobile-pages.mobile-home #carouselExampleCaptions .carousel-inner .carousel-caption img {
    position: static;
    width: 56px;
    height: 56px;
    margin: 0;
    object-fit: contain;
  }
  body.mobile-pages.mobile-home #carouselExampleCaptions .carousel-arrow {
    top: auto;
    bottom: 6px;
    width: 44px;
    height: 44px;
    margin: 0;
    opacity: 1;
    z-index: 3;
  }
  body.mobile-pages.mobile-home #carouselExampleCaptions .carousel-control-prev {
    left: 8px;
  }
  body.mobile-pages.mobile-home #carouselExampleCaptions .carousel-control-next {
    right: 8px;
  }
  body.mobile-pages.mobile-home #carouselExampleCaptions .carousel-indicators {
    display: none;
  }
  body.mobile-pages.mobile-home #carouselExampleCaptions .mobile-carousel-status {
    position: absolute;
    bottom: 16px;
    left: 64px;
    right: 64px;
    color: #52607a;
    font-size: 14px;
    text-align: center;
    pointer-events: none;
    z-index: 2;
  }
  body.mobile-pages .product-background {
    width: 100%;
    left: 0;
    top: 0;
    height: 780px;
    border-radius: 0 0 40px 40px;
  }
  body.mobile-pages .product-detail .row.banner {
    padding: 28px 16px;
    gap: 16px;
  }
  body.mobile-pages .product-detail .row.banner .product-left {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.mobile-pages .product-detail .row.banner .product-left > h1 {
    font-size: 26px !important;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  body.mobile-pages .product-detail .row.banner .product-left > h2 {
    font-size: 18px !important;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  body.mobile-pages .product-detail .row.banner .product-left > p {
    font-size: 16px !important;
    line-height: 1.7;
    max-width: none;
    margin-bottom: 16px;
  }
  body.mobile-pages .product-detail .row.banner .app-detail {
    font-size: 13px;
    line-height: 1.65;
    color: #626978;
    margin-bottom: 24px;
  }
  body.mobile-pages .product-detail .row.banner .product-left > ul:first-of-type {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 0;
  }
  body.mobile-pages .product-detail .row.banner .product-left > ul:first-of-type li {
    flex: 0 1 160px;
    margin: 0;
    height: 48px;
  }
  body.mobile-pages .product-detail .row.banner .product-left > ul.vidhub-download-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  body.mobile-pages .product-detail .row.banner .product-left > ul.vidhub-download-buttons li {
    width: 100% !important;
  }
  body.mobile-pages .product-detail .row.banner .product-left > ul li a {
    justify-content: center;
  }
  body.mobile-pages .product-detail .row.banner .product-left > ul li a p {
    font-size: 14px !important;
  }
  body.mobile-pages .product-detail .row.banner .product-left > ul.vidhub-download-buttons li a img {
    width: 22px;
    margin-right: 6px;
  }
  body.mobile-pages .product-detail .row.banner .product-left > ul:not(:first-of-type) {
    flex-wrap: wrap;
    margin: 4px 0 0;
  }
  body.mobile-pages .product-detail .row.banner .product-left > ul:has(#app_download_link),
  body.mobile-pages .product-detail .row.banner .product-left > ul:has(#app_download_link) + ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 160px));
    gap: 12px;
  }
  body.mobile-pages .product-detail .row.banner .product-left > ul:has(#app_download_link) > li,
  body.mobile-pages .product-detail .row.banner .product-left > ul:has(#app_download_link) + ul > li {
    width: auto !important;
    margin: 0;
  }
  body.mobile-pages .product-detail .row.banner .product-left > ul:has(#app_download_link) + ul > li:not(:last-child) {
    display: none;
  }
  body.mobile-pages .product-detail .row.banner .product-left > ul:has(#app_download_link) + ul > li:last-child {
    grid-column: 2;
  }
  body.mobile-pages .product-detail .row.banner .product-left > ul li a.upgradeVIP p {
    height: auto;
    margin: 0;
  }
  body.mobile-pages .product-detail .row.banner .product-right {
    padding: 0;
    max-width: 100%;
    gap: 16px;
  }
  body.mobile-pages .product-detail .row.banner .product-right > picture {
    width: 100%;
    max-width: 360px;
    justify-content: flex-start;
    padding: 0 !important;
  }
  body.mobile-pages .product-detail .row.banner .product-right > picture img {
    width: 80px;
    height: 80px;
    object-fit: contain;
  }
  body.mobile-pages .product-detail .row.banner .product-right > div {
    height: auto;
  }
  body.mobile-pages .product-detail .row.banner .product-right .comments-div {
    width: 100%;
    max-width: 360px;
    padding: 16px;
  }
  body.mobile-pages .product-detail .row.banner .product-right .comments-div div {
    height: auto;
    padding: 0;
  }
  body.mobile-pages .product-detail .row.banner .product-right .comments-div > div {
    width: 100% !important;
    height: auto;
    padding: 0;
  }
  body.mobile-pages .product-detail .row.banner .product-right .comments-div .comment-list {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transform: none !important;
    transition: none !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    padding-bottom: 8px;
  }
  body.mobile-pages .product-detail .row.banner .product-right .comments-div .comment-item {
    width: 100%;
    min-width: 0;
    flex: 0 0 100%;
    scroll-snap-align: start;
  }
  body.mobile-pages .product-detail .row.banner .product-right .comments-div .comment-item:last-child {
    display: none;
  }
  body.mobile-pages .product-detail .row.banner .product-right .comments-div p.comment {
    font-size: 14px;
    line-height: 1.6;
    margin: 8px 0;
  }
  body.mobile-pages .product-detail .row.banner .product-right .comments-div .comment-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 12px;
  }
  body.mobile-pages .product-detail .row.banner .product-right .comments-div .comment-footer > div {
    width: auto;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  body.mobile-pages .product-detail .row.banner .product-right .comments-div .comment-footer > p:empty {
    display: none;
  }
  body.mobile-pages .product-detail > .features,
  body.mobile-pages .product-detail > .FAQ,
  body.mobile-pages .product-detail > .app-list {
    width: auto;
    max-width: none;
    margin: 40px 16px !important;
  }
  body.mobile-pages .product-detail .features .row {
    margin: 0;
  }
  body.mobile-pages .product-detail .features .row .feature-item {
    padding: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    margin: 0 0 40px;
  }
  body.mobile-pages .product-detail .features .row .feature-item > div {
    width: 100%;
    min-width: 0;
    flex: auto;
    margin: 0 !important;
  }
  body.mobile-pages .product-detail .features .row .feature-item .caption h4,
  body.mobile-pages .product-detail .features .row .feature-item .caption h3 {
    font-size: 22px;
    line-height: 1.4;
  }
  body.mobile-pages .product-detail .features .row .feature-item .caption p {
    font-size: 16px;
    line-height: 1.7;
    margin: 12px 0 0;
  }
  body.mobile-pages .product-detail .features .related_video,
  body.mobile-pages .product-detail .features iframe {
    width: 100%;
    max-width: 100%;
  }
  body.mobile-pages .product-detail .features iframe {
    height: auto;
    aspect-ratio: 1.77777778;
  }
  body.mobile-pages .product-detail .FAQ h5,
  body.mobile-pages .product-detail .features > h5 {
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
    font-size: 22px;
  }
  body.mobile-pages .product-detail .FAQ .question-list {
    padding: 20px 16px;
  }
  body.mobile-pages .product-detail .FAQ .question {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
  }
  body.mobile-pages .product-detail .FAQ .answer {
    font-size: 15px;
    line-height: 1.7;
    overflow-wrap: anywhere;
  }
  body.mobile-pages .download-overlay {
    padding: 16px;
    z-index: 11000;
  }
  body.mobile-pages .download-popup {
    width: 100%;
    max-height: calc(100dvh - 32px);
    overflow-y: auto;
    padding: 52px 20px 24px;
    overscroll-behavior: contain;
  }
  body.mobile-pages .download-close-btn {
    top: 4px;
    right: 4px;
    width: 44px;
    height: 44px;
  }
  body.mobile-pages .download-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    font-size: 15px;
    line-height: 1.5;
  }
  body.mobile-pages .download-title {
    font-size: 16px;
    line-height: 1.6;
  }
  body.mobile-pages .tv-store-grid {
    gap: 12px 8px;
  }
  body.mobile-pages .blog.container .selector {
    padding: 4px 8px;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  body.mobile-pages .blog.container .selector > * {
    margin: 0 !important;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    font-size: 16px;
  }
  body.mobile-pages .blog.container .blog-item {
    padding: 16px;
    margin-top: 16px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  body.mobile-pages .blog.container .blog-item > div:first-child {
    width: 100%;
  }
  body.mobile-pages .blog.container .blog-item .blog-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.77777778;
    object-fit: cover;
    border: 0;
    border-radius: 8px;
  }
  body.mobile-pages .blog.container .blog-item .blog-info {
    width: 100%;
    min-width: 0;
    margin: 0;
  }
  body.mobile-pages .blog.container .blog-item .title {
    font-size: 18px;
    line-height: 1.5;
    display: block;
    overflow: visible;
    margin-bottom: 8px;
  }
  body.mobile-pages .blog.container .blog-item .detail {
    font-size: 15px;
    line-height: 1.65;
    margin: 0 0 16px;
    -webkit-line-clamp: 3;
  }
  body.mobile-pages .blog.container .blog-item .blog-bottom {
    gap: 8px;
    align-items: flex-start;
    flex-direction: column;
  }
  body.mobile-pages .blog.container .blog-item .user-img img {
    width: 28px;
    height: 28px;
  }
  body.mobile-pages .blog.container .blog-item .user-text {
    margin-left: 8px;
    font-size: 13px;
    line-height: 1.5;
  }
  body.mobile-pages .blog.container .blog-item .tag {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
  }
  body.mobile-pages .container.blog-detail > .thumbnail {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  body.mobile-pages .container.blog-detail > .thumbnail > picture img {
    width: 100%;
    height: auto;
    max-height: 230px;
    object-fit: cover;
    border: 0;
    border-radius: 12px;
  }
  body.mobile-pages .container.blog-detail > .thumbnail .tit {
    width: 100%;
    padding: 0;
  }
  body.mobile-pages .container.blog-detail > .thumbnail .tit .title {
    font-size: 24px;
    line-height: 1.4;
    margin: 0 0 16px;
  }
  body.mobile-pages .container.blog-detail > .thumbnail .tit .info img {
    width: 32px;
  }
  body.mobile-pages .container.blog-detail > .thumbnail .tit .info span li {
    font-size: 13px;
    line-height: 1.6;
  }
  body.mobile-pages .container.blog-detail > .thumbnail .tit .tag {
    display: block;
    height: auto;
  }
  body.mobile-pages .container.blog-detail > .thumbnail .tit .tag ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0 0;
  }
  body.mobile-pages .container.blog-detail > .thumbnail .tit .tag li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 6px 14px;
    line-height: 1.5;
  }
  body.mobile-pages .container.blog-detail > .thumbnail .tit .tag li a {
    font-size: 13px;
  }
  body.mobile-pages .container.blog-detail #blog-content {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 24px 0;
    transform: none;
  }
  body.mobile-pages .container.blog-detail .markdown-body {
    font-size: 16px;
    line-height: 1.8;
    overflow-wrap: anywhere;
  }
  body.mobile-pages .container.blog-detail .markdown-body h1 {
    font-size: 26px;
    line-height: 1.4;
  }
  body.mobile-pages .container.blog-detail .markdown-body h2 {
    font-size: 22px;
    line-height: 1.4;
  }
  body.mobile-pages .container.blog-detail .markdown-body h3 {
    font-size: 19px;
    line-height: 1.5;
  }
  body.mobile-pages .container.blog-detail .markdown-body img,
  body.mobile-pages .container.blog-detail .markdown-body iframe {
    max-width: 100%;
    height: auto;
  }
  body.mobile-pages .container.blog-detail .markdown-body pre,
  body.mobile-pages .container.blog-detail .markdown-body table {
    max-width: 100%;
    overflow-x: auto;
  }
  body.mobile-pages .container.blog-detail .markdown-body ul,
  body.mobile-pages .container.blog-detail .markdown-body ol {
    padding-left: 24px;
  }
  body.mobile-pages .container.blog-detail > .row {
    margin-left: 0;
    margin-right: 0;
    text-align: left !important;
  }
  body.mobile-pages .container.blog-detail > .row a {
    display: block;
    padding: 8px 0;
    line-height: 1.6;
  }
  body.mobile-pages .support.container .block {
    padding: 24px 20px;
    border-radius: 16px;
  }
  body.mobile-pages .support.container .block:not(:first-child) {
    margin-top: 20px;
  }
  body.mobile-pages .support.container .block h3 {
    font-size: 22px;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 20px;
  }
  body.mobile-pages .support.container .block .about-icon {
    width: 100%;
    max-height: 140px;
    object-fit: contain;
    margin-bottom: 24px;
  }
  body.mobile-pages .support.container .block .description {
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
  }
  body.mobile-pages .support.container .block .description + .description {
    margin-top: 12px;
  }
  body.mobile-pages .support.container .block > .col-xl-12 {
    padding: 0;
  }
  body.mobile-pages .support.container .block .row {
    margin: 0;
    max-width: none;
    gap: 0;
  }
  body.mobile-pages .support.container .block .row > .col-xl-4 {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 16px;
    align-items: center;
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
  }
  body.mobile-pages .support.container .block .row > .col-xl-4 > picture {
    grid-column: 1;
    grid-row: 1 / 3;
  }
  body.mobile-pages .support.container .block .row > .col-xl-4 > p,
  body.mobile-pages .support.container .block .row > .col-xl-4 > .contact-title {
    grid-column: 2;
  }
  body.mobile-pages .support.container .block .support-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin: 0;
  }
  body.mobile-pages .support.container .block p {
    font-size: 15px;
    text-align: left;
    line-height: 1.6;
    margin: 0;
    overflow-wrap: anywhere;
  }
  body.mobile-pages .support.container .block .contact-title {
    justify-content: flex-start;
  }
  body.mobile-pages .support.container .block a {
    color: #26447d !important;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    overflow-wrap: anywhere;
  }
  body.mobile-pages .container.partners > h2 {
    font-size: 24px;
    text-align: left;
    margin: 0 0 24px;
  }
  body.mobile-pages .container.partners > .row {
    margin: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
  body.mobile-pages .container.partners .row .caption {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px !important;
    border-radius: 14px;
    text-align: left;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px 16px;
    align-items: center;
  }
  body.mobile-pages .container.partners .row .caption > picture {
    grid-column: 1;
  }
  body.mobile-pages .container.partners .row .caption .promoteImage {
    width: 56px;
    height: 56px;
    object-fit: contain;
    margin: 0;
  }
  body.mobile-pages .container.partners .row .caption .promote-title {
    justify-content: flex-start;
    margin: 0;
    gap: 4px;
  }
  body.mobile-pages .container.partners .row .caption h5 {
    font-size: 18px;
    line-height: 1.4;
  }
  body.mobile-pages .container.partners .row .caption p {
    grid-column: 1 / -1;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    overflow-wrap: anywhere;
  }
  body.mobile-pages .container.partners .row .caption p a {
    display: block;
    min-height: 44px;
  }
  body.mobile-pages .support .block .contact-title .qrcode-icon,
  body.mobile-pages .partners .row .caption .promote-title .qrcode-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    margin: 0;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
    cursor: pointer;
  }
  body.mobile-pages .qrcode-icon .qrcode-flyout,
  body.mobile-pages .qrcode-icon .twitter-flyout,
  body.mobile-pages .qrcode-icon .wechat-flyout {
    display: none !important;
  }
  body.mobile-pages .mobile-qr-dialog {
    position: fixed;
    inset: 0;
    width: calc(100% - 32px);
    max-width: 360px;
    max-height: calc(100dvh - 32px);
    margin: auto;
    padding: 52px 24px 24px;
    border: 0;
    border-radius: 16px;
    color: #292d32;
    background: #fff;
    overflow-y: auto;
  }
  body.mobile-pages .mobile-qr-dialog::backdrop {
    background: rgba(0, 0, 0, 0.5);
  }
  body.mobile-pages .mobile-qr-dialog h2 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  body.mobile-pages .mobile-qr-dialog p {
    font-size: 14px;
    line-height: 1.6;
    margin: 16px 0 0;
    color: #626978;
  }
  body.mobile-pages .mobile-qr-dialog img {
    display: block;
    width: 100%;
    max-height: 55dvh;
    object-fit: contain;
  }
  body.mobile-pages .mobile-qr-dialog button:focus,
  body.mobile-pages .qrcode-icon[role="button"]:focus {
    outline: none;
    box-shadow: none;
  }
  body.mobile-pages .mobile-qr-dialog button {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 44px;
    height: 44px;
    font-size: 24px;
    background: none;
    border: 0;
    color: #292d32;
  }
  body.mobile-pages footer .center {
    padding: 28px 16px;
    font-size: 14px;
  }
  body.mobile-pages footer .center > p.flex-center {
    align-items: flex-start;
    text-align: left;
    gap: 12px;
    line-height: 1.6;
  }
  body.mobile-pages footer .center img {
    margin: 0;
    max-width: none;
  }
  body.mobile-pages footer .center .lanuage li {
    height: auto;
    min-width: 100px;
  }
  body.mobile-pages footer .center .lanuage a,
  body.mobile-pages footer .center .lanuage span {
    display: block;
    min-height: 44px;
    line-height: 44px;
    color: #555d6a;
  }
  body.mobile-pages footer .center .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 16px;
  }
  body.mobile-pages footer .center .links a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: #555d6a;
  }
  body.mobile-pages footer .center .links .spa {
    display: none;
  }
  body.mobile-pages footer .center .copyright {
    font-size: 12px;
    line-height: 1.7;
    overflow-wrap: anywhere;
  }
  body.mobile-pages footer .center .copyright a,
  body.mobile-pages footer .center .copyright span {
    color: #626978;
  }
  body.mobile-pages .promotion-dialog {
    max-height: calc(100dvh - 40px);
    overflow-y: auto;
    padding-top: 44px;
  }
  body.mobile-pages .promotion-dialog .promotion-close {
    position: absolute;
    top: 4px;
    right: 4px;
  }
  body.mobile-pages .promotion-dialog .promotion-close a {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
  }
  body.mobile-pages .aye-page .hero {
    padding: 32px 16px 40px;
  }
  body.mobile-pages .aye-page .hero h1 {
    font-size: 32px;
    line-height: 1.2;
  }
  body.mobile-pages .aye-page .hero-copy > p {
    font-size: 16px;
    line-height: 1.7;
  }
  body.mobile-pages .aye-page .browser-stage {
    height: auto;
    margin: 32px 0 0;
    overflow: visible;
  }
  body.mobile-pages .aye-page .browser-window {
    min-width: 0;
    width: 100%;
    transform: none;
    box-shadow: 0 12px 32px rgba(45, 39, 28, 0.12);
  }
  body.mobile-pages .aye-page .browser-topbar {
    gap: 12px;
    padding: 0 12px;
  }
  body.mobile-pages .aye-page .address {
    display: none;
  }
  body.mobile-pages .aye-page .browser-body {
    display: block;
    height: auto;
  }
  body.mobile-pages .aye-page .workspace {
    display: none;
  }
  body.mobile-pages .aye-page .agent-panel {
    border-left: 0;
    padding: 16px;
  }
  body.mobile-pages .aye-page .user-prompt,
  body.mobile-pages .aye-page .agent-status,
  body.mobile-pages .aye-page .step,
  body.mobile-pages .aye-page .result-card,
  body.mobile-pages .aye-page .prompt-box {
    font-size: 14px;
    line-height: 1.6;
  }
  body.mobile-pages .aye-page .intro,
  body.mobile-pages .aye-page .use-cases,
  body.mobile-pages .aye-page .process,
  body.mobile-pages .aye-page .faq {
    padding: 48px 16px;
  }
  body.mobile-pages .aye-page .feature-grid {
    margin-top: 24px;
  }
  body.mobile-pages .aye-page .feature-card,
  body.mobile-pages .aye-page .case-card {
    padding: 24px 20px;
  }
  body.mobile-pages .aye-page .safety {
    margin: 24px 16px;
    padding: 24px 20px;
    gap: 24px;
  }
  body.mobile-pages .aye-page .approval-card {
    padding: 20px 16px;
  }
  body.mobile-pages .aye-page .faq details p {
    padding-right: 0;
    font-size: 16px;
  }
  body.mobile-pages .aye-page .final-cta {
    min-height: auto;
    padding: 48px 20px;
  }
  body.mobile-pages .aye-page .final-cta h2 {
    font-size: 28px;
    line-height: 1.3;
  }
  body.mobile-pages .aye-page .feature-card h3,
  body.mobile-pages .aye-page .case-card h3 {
    font-size: 23px;
  }
  body.mobile-pages .aye-page .feature-card p,
  body.mobile-pages .aye-page .case-card p {
    font-size: 15px;
    line-height: 1.7;
  }
  body.mobile-pages .aye-page .store-button {
    min-height: 48px;
  }
}
/*# sourceMappingURL=mobile_pages_20260910.css.map */