/*
Theme Name: Skywalk Axure
Author: GitHub Copilot
Description: Axure Export converted to WordPress Theme
Version: 1.0
*/

/* 
   Since this theme relies on Axure generated CSS, 
   most styling is in resources/css and files/. 
*/

/* Fix for Axure Layout Alignment */
body {
    background-color: #FFFFFF;
    width: 100%;
    min-width: 1200px;
    overflow-x: auto;
}

*, *::before, *::after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

/* Force Main Container to be 1920px and Centered */
#base {
    position: relative !important;
    width: 1920px !important;
    max-width: 1920px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    left: auto !important; /* Override absolute positioning */
    top: auto !important;
    overflow: visible !important;
}

/* Revert Banner Width and Ensure Fixed Positioning Centering matches #base */
/* Note: Axure uses position:fixed; left:50%; margin-left:-960px; for full-width masters. 
   We preserve this but ensure z-index and visibility. */
div[data-label="bannr_轮播"],
div[data-label="头部菜单"] {
    /* Ensure these stay fixed/centered as Axure intended */
    /* Remove my previous overrides that forced 100% width */
}

/* Fix "Left Leaning" modules inside the centered base */
/* If content inside #base is unintentionally offset, we ensure #base itself is the reference */

/* ===== Home 2026 redesign ===== */
.home-2026 {
    margin: 0;
    font-family: "PingFang SC", "Helvetica Neue", Arial, sans-serif;
    color: #1b1b1b;
    background: #f5f5f5;
}

.home-2026__container {
    width: min(1221px, 92vw);
    margin: 0 auto;
}

.home-2026__header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0;
    color: #fff;
    transition: background-color 0.2s ease;
}

.home-2026--scrolled .home-2026__header {
    background: #000;
}

.home-2026__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 65px;
}

.home-2026__nav-right {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: auto;
}

.home-2026__nav-toggle {
    display: none;
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.home-2026__nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    margin: 4px 0;
}

.home-2026__nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 15;
}

.home-2026__mobile-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100vh;
    background: #111;
    color: #fff;
    padding: 80px 20px 24px;
    transform: translateX(100%);
    transition: transform 0.2s ease;
    z-index: 20;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.home-2026__mobile-menu a {
    display: block;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.home-2026__mobile-lang .home-2026__lang-item {
    color: #fff;
    padding: 8px 0;
}

.home-2026--nav-open {
    overflow: hidden;
}

.home-2026--nav-open .home-2026__nav-overlay {
    opacity: 1;
    pointer-events: auto;
}

.home-2026--nav-open .home-2026__mobile-nav {
    transform: translateX(0);
}

.home-2026__logo {
    font-weight: 600;
    letter-spacing: 0.1px;
    font-size: 18px;
}

.home-2026__logo img {
    height: 34px;
    width: auto;
    display: block;
}

.home-2026__menu {
    display: flex;
    gap: 32px;
    font-size: 18px;
    align-items: center;
}

.home-2026__menu a {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    display: inline-flex;
    align-items: center;
    height: 65px;
    gap: 6px;
    transition: opacity 0.2s ease;
}

.home-2026__menu a:hover {
    opacity: 1;
}

.home-2026__menu a::before {
    content: "";
    width: 0;
    height: 0;
}

.home-2026__lang {
    position: relative;
    margin-left: 24px;
}

.home-2026__lang-trigger {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-2026__lang-trigger img {
    width: 24px;
    height: 24px;
}

.home-2026__lang-menu {
    position: absolute;
    right: 0;
    top: 100%;
    width: 208px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    padding: 8px 0;
    opacity: 0;
    pointer-events: none;
}

.home-2026__lang:hover .home-2026__lang-menu {
    opacity: 1;
    pointer-events: auto;
}

.home-2026__lang-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    font-size: 14px;
    color: #333;
}

.home-2026__lang-item.is-active {
    background: #f2f2f2;
}

.home-2026__hero {
    min-height: 700px;
    padding: 0;
    color: #fff;
    background: #333 url('./images/skywalk_trust_badges___icon/u120_state0.png') center/cover no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.home-2026__hero-spacer {
    height: 700px;
}

.home-2026__hero-inner {
    position: relative;
    height: 700px;
    width: min(1920px, 100%);
    margin: 0 auto;
}

.home-2026__hero-text h1 {
    margin: 0 0 12px;
    font-size: 60px;
    line-height: 84px;
    font-weight: 650;
}

.home-2026__hero-text p {
    max-width: 741px;
    line-height: 40px;
    margin: 0 0 18px;
    font-size: 28px;
    opacity: 1;
}

.home-2026__hero-text {
    position: absolute;
    left: 280px;
    top: 127px;
    width: 844px;
}

.app-2026 .home-2026__hero {
    min-height: 600px;
    background: #333 url('./images/shopify_app/u0_state0.png') center/cover no-repeat;
}

.app-2026 .home-2026__hero-spacer {
    height: 600px;
}

.app-2026 .home-2026__hero-inner {
    height: 600px;
}

.app-2026 .home-2026__hero-text {
    left: 389px;
    top: 179px;
    width: 666px;
}

.app-2026 .home-2026__hero-text h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 600;
    margin-bottom: 8px;
}

.app-2026 .home-2026__hero-text p {
    font-size: 24px;
    line-height: 28px;
    max-width: 640px;
    margin: 0;
}

.home-2026__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 14px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    border: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.home-2026__btn--dark {
    background: linear-gradient(0deg, rgba(66, 66, 66, 1) 11%, rgba(0, 0, 0, 1) 100%);
    color: #fffcfc;
    border: 1px solid #000;
    border-radius: 8px;
    width: 174px;
    height: 44px;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    justify-content: center;
    position: absolute;
    left: 44px;
    top: 392px;
}

.home-2026__btn--dark:hover {
    background: #000;
}

.home-2026__btn--blue {
    background: #0f62fe;
    color: #fff;
    border-radius: 8px;
    width: 226px;
    height: 55px;
    font-size: 20px;
    font-weight: 500;
    padding: 0;
}

.home-2026__btn--blue:hover {
    background: #0057d2;
}

.home-2026__btn--yellow {
    background: #ffe53a;
    color: #1b1b1b;
    border-radius: 8px;
    width: 196px;
    height: 55px;
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    justify-content: center;
    position: relative;
}

.home-2026__btn--yellow:hover {
    background: #ffdb00;
}

.home-2026__btn--yellow::after {
    content: "";
    position: static;
    display: inline-block;
    margin-left: 22px;
    width: 24px;
    height: 24px;
    background: url('./images/skywalk_trust_badges___icon/箭头_u128.svg') center/contain no-repeat;
}

.home-2026__btn--yellow:hover::after {
    animation: home-2026-arrow 0.8s ease-in-out infinite;
}

@keyframes home-2026-arrow {
    0% { transform: translateX(0); }
    50% { transform: translateX(6px); }
    100% { transform: translateX(0); }
}

.home-2026__section {
    padding: 40px 0;
}

.home-2026__grid {
    display: grid;
    gap: 18px;
}

.home-2026__apps {
    grid-template-columns: repeat(3, 380px);
    justify-content: center;
    gap: 30px;
}

.home-2026__blogs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-2026__card {
    background: #fff;
    border-radius: 10px;
    padding: 16px 18px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.047);
    border: 1px solid rgba(225, 225, 225, 1);
    position: relative;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.home-2026__card--app:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-6px);
}

.home-2026__card--app {
    width: 380px;
    height: 496px;
    border-radius: 16px;
    padding: 0;
}

.home-2026__card-link {
    position: absolute;
    inset: 0;
    z-index: 1;
    cursor: pointer;
}

.home-2026__card--app .home-2026__btn--dark {
    z-index: 2;
}

.home-2026__card--blog p {
    font-size: 15px;
    line-height: 22px;
    color: #777777;
}

.home-2026__card--blog h3 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 650;
}

.home-2026__card--blog img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}

.home-2026__card--blog {
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.home-2026__card--blog:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-4px);
}

.blog-2026__card {
    position: relative;
}

.blog-2026__card-link {
    position: absolute;
    inset: 0;
    z-index: 1;
    cursor: pointer;
}

.blog-2026__card-body {
    position: relative;
    z-index: 2;
}

.home-2026__card h3 {
    margin: 6px 0 8px;
    font-size: 13px;
    line-height: 18px;
}

.home-2026__card p {
    font-size: 11px;
    line-height: 16px;
    color: #777777;
    margin-bottom: 12px;
}

.home-2026__card--app h3 {
    position: absolute;
    left: 42px;
    top: 205px;
    width: 295px;
    height: 66px;
    margin: 0;
    font-size: 24px;
    line-height: 33px;
    font-weight: 500;
    color: #000;
}

.home-2026__card--app p {
    position: absolute;
    left: 43px;
    top: 284px;
    width: 288px;
    height: 92px;
    margin: 0;
    font-size: 15px;
    line-height: 22px;
    color: #666666;
}

.home-2026__stars {
    position: absolute;
    left: 24px;
    top: 36px;
    width: 96px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #222;
}

.home-2026__content {
    position: relative;
    z-index: 1;
    background: #f5f5f5;
}

.home-2026__badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 134px;
    height: 135px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    pointer-events: none;
}

.home-2026__badge::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 0;
    width: 134px;
    height: 135px;
    background: url('./images/home/u72.svg') center/contain no-repeat;
    z-index: 0;
}

.home-2026__badge span {
    position: absolute;
    left: 63px;
    top: 49px;
    transform: rotate(45deg);
    width: 44px;
    height: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    z-index: 1;
}

.home-2026__icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 43px;
    top: 95px;
}

.home-2026__icon img {
    width: 80px;
    height: 80px;
}

.home-2026__trust {
    background: #f5f5f5 url('./images/home/u18.svg') center/contain no-repeat;
    padding: 60px 0;
    text-align: center;
}

.app-2026 .home-2026__trust {
    background: #f5f5f5;
}

.blog-2026 .home-2026__hero {
    min-height: 500px;
    background: #333 url('./images/blog/u243_state0.png') center/cover no-repeat;
}

.blog-2026 .home-2026__hero-spacer {
    height: 500px;
}

.blog-2026 .home-2026__hero-inner {
    height: 500px;
}

.blog-2026 .home-2026__hero-text {
    left: 389px;
    top: 127px;
    width: 621px;
}

.blog-2026 .home-2026__hero-text h1 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 650;
    margin-bottom: 14px;
}

.blog-2026 .home-2026__hero-text p {
    font-size: 24px;
    line-height: 33px;
    max-width: 594px;
    margin: 0;
}

.trust-2026 .home-2026__hero {
    min-height: 600px;
    background: #333 url('./images/skywalk_trust_badges___icon/u120_state0.png') center/cover no-repeat;
}

.trust-2026 .home-2026__hero-spacer {
    height: 600px;
}

.trust-2026 .home-2026__hero-inner {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px;
}

.trust-2026 .home-2026__hero-text {
    position: static;
    width: 396px;
}

.trust-2026 .home-2026__hero-text h1 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 650;
    margin-bottom: 12px;
}

.trust-2026 .home-2026__hero-text p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 26px;
}

.trust-2026__hero-media {
    width: 711px;
    height: 400px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    background: #111;
}

.trust-2026__hero-media-layer {
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.trust-2026__hero-media-layer.is-current {
    transform: translateX(0);
}

.trust-2026__hero-media-layer.is-next {
    transform: translateX(100%);
}

.trust-2026__hero-media.is-sliding .trust-2026__hero-media-layer.is-current {
    animation: trust-2026-slide-out 0.45s linear forwards;
}

.trust-2026__hero-media.is-sliding .trust-2026__hero-media-layer.is-next {
    animation: trust-2026-slide-in 0.45s linear forwards;
}

@keyframes trust-2026-slide-out {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

@keyframes trust-2026-slide-in {
    0% { transform: translateX(100%); }
    100% { transform: translateX(0); }
}

.trust-2026__btn.home-2026__btn--yellow {
    width: 317px;
    height: 55px;
    font-size: 20px;
    white-space: nowrap;
}

.trust-2026__features {
    padding: 60px 0 40px;
    background: #f5f5f5;
}

.trust-2026__features-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
    text-align: center;
}

.trust-2026__feature-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
}

.trust-2026__feature h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 650;
    color: #000;
}

.trust-2026__feature p {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 22px;
}

.trust-2026__cta {
    padding: 60px 0;
    background: #f5f5f5;
}

.trust-2026__cta-inner {
    background: #0057d2;
    border-radius: 16px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    gap: 16px;
}

.trust-2026__cta-inner h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 650;
}

.trust-2026__cta-inner p {
    margin: 0;
    font-size: 16px;
    max-width: 620px;
}

.trust-2026__use-cases {
    padding: 40px 0 20px;
    background: #f5f5f5;
}

.trust-2026__section-title {
    text-align: center;
    margin-bottom: 24px;
}

.trust-2026__section-title h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 650;
    color: #000;
}

.trust-2026__use-grid {
    display: grid;
    grid-template-columns: repeat(3, 300px);
    gap: 30px;
    justify-content: center;
}

.trust-2026__use-card {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.047);
    text-align: center;
}

.trust-2026__use-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 12px;
}

.trust-2026__use-card h3 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 650;
}

.trust-2026__use-card p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.trust-2026__details {
    padding: 40px 0 60px;
    background: #f5f5f5;
}

.trust-2026__detail {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 50px;
}

.trust-2026__detail.is-reverse {
    flex-direction: row-reverse;
}

.trust-2026__detail img {
    width: 600px;
    height: 400px;
    border-radius: 16px;
    object-fit: cover;
}

.trust-2026__detail-text {
    width: 430px;
}

.trust-2026__detail-text h3 {
    margin: 0 0 12px;
    font-size: 30px;
    font-weight: 650;
    color: #000;
}

.trust-2026__detail-text p {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 22px;
}

.trust-2026__cta--yellow {
    background: #ffe53a;
}

.trust-2026__cta--yellow .trust-2026__cta-inner {
    background: transparent;
    min-height: 220px;
    color: #000;
    gap: 12px;
}

.trust-2026__cta--yellow .home-2026__btn--blue {
    width: 317px;
    height: 55px;
    font-size: 20px;
    white-space: nowrap;
}

.seo-2026 .home-2026__hero {
    min-height: 600px;
    background: #333 url('./images/skywalk_trust_badges___icon/u120_state0.png') center/cover no-repeat;
}

.seo-2026 .home-2026__hero-spacer {
    height: 600px;
}

.seo-2026 .home-2026__hero-inner {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px;
}

.seo-2026 .home-2026__hero-text {
    position: static;
    width: 450px;
}

.seo-2026 .home-2026__hero-text h1 {
    font-size: 46px;
    line-height: 64px;
    font-weight: 650;
    margin-bottom: 12px;
}

.seo-2026 .home-2026__hero-text p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 26px;
}

.seo-2026__hero-media {
    width: 711px;
    height: 400px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    background: #111;
}

.seo-2026__hero-media-layer {
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.seo-2026__hero-media-layer.is-current {
    transform: translateX(0);
}

.seo-2026__hero-media-layer.is-next {
    transform: translateX(100%);
}

.seo-2026__hero-media.is-sliding .seo-2026__hero-media-layer.is-current {
    animation: seo-2026-slide-out 0.45s linear forwards;
}

.seo-2026__hero-media.is-sliding .seo-2026__hero-media-layer.is-next {
    animation: seo-2026-slide-in 0.45s linear forwards;
}

@keyframes seo-2026-slide-out {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

@keyframes seo-2026-slide-in {
    0% { transform: translateX(100%); }
    100% { transform: translateX(0); }
}

.seo-2026__btn.home-2026__btn--yellow {
    width: 317px;
    height: 55px;
    font-size: 20px;
    white-space: nowrap;
}

.seo-2026__btn.home-2026__btn--blue {
    white-space: nowrap;
}

.seo-2026__features {
    padding: 60px 0 40px;
    background: #f5f5f5;
}

.seo-2026__features-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
    text-align: center;
}

.seo-2026__feature-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
}

.seo-2026__feature h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 650;
    color: #000;
}

.seo-2026__feature p {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 22px;
}

.seo-2026__cta {
    padding: 60px 0;
    background: #f5f5f5;
}

.seo-2026__cta-inner {
    background: #0057d2;
    border-radius: 16px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    gap: 16px;
}

.seo-2026__cta-inner h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 650;
}

.seo-2026__cta-inner p {
    margin: 0;
    font-size: 16px;
    max-width: 700px;
}

.seo-2026__use-cases {
    padding: 40px 0 20px;
    background: #f5f5f5;
}

.seo-2026__section-title {
    text-align: center;
    margin-bottom: 24px;
}

.seo-2026__section-title h2 {
    margin: 0;
    font-size: 35px;
    font-weight: 650;
    color: #000;
}

.seo-2026__use-grid {
    display: grid;
    grid-template-columns: repeat(3, 314px);
    gap: 30px;
    justify-content: center;
}

.seo-2026__use-card {
    background: #fff;
    border-radius: 12px;
    padding: 12px 14px 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.047);
    text-align: center;
}

.seo-2026__use-card img {
    width: 314px;
    height: 219px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 12px;
}

.seo-2026__use-card h3 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 650;
}

.seo-2026__use-card p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.seo-2026__details {
    padding: 40px 0 60px;
    background: #f5f5f5;
}

.seo-2026__detail {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 50px;
}

.seo-2026__detail.is-reverse {
    flex-direction: row-reverse;
}

.seo-2026__detail img {
    width: 600px;
    height: 400px;
    border-radius: 16px;
    object-fit: cover;
}

.seo-2026__detail-text {
    width: 430px;
}

.seo-2026__detail-text h3 {
    margin: 0 0 12px;
    font-size: 30px;
    font-weight: 650;
    color: #000;
    line-height: 42px;
}

.seo-2026__detail-text p {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 22px;
}

.seo-2026__cta--yellow {
    background: #ffe53a;
}

.seo-2026__cta--yellow .seo-2026__cta-inner {
    background: transparent;
    min-height: 220px;
    color: #000;
    gap: 12px;
}

.order-2026 .home-2026__hero {
    min-height: 600px;
    background: #333 url('./images/skywalk_trust_badges___icon/u120_state0.png') center/cover no-repeat;
}

.order-2026 .home-2026__hero-spacer {
    height: 600px;
}

.order-2026 .home-2026__hero-inner {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px;
}

.order-2026 .home-2026__hero-text {
    position: static;
    width: 450px;
}

.order-2026 .home-2026__hero-text h1 {
    font-size: 46px;
    line-height: 64px;
    font-weight: 650;
    margin-bottom: 12px;
}

.order-2026 .home-2026__hero-text p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 26px;
}

.order-2026__hero-media {
    width: 711px;
    height: 400px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    background: #111;
}

.order-2026__hero-media-layer {
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.order-2026__hero-media-layer.is-current {
    transform: translateX(0);
}

.order-2026__hero-media-layer.is-next {
    transform: translateX(100%);
}

.order-2026__hero-media.is-sliding .order-2026__hero-media-layer.is-current {
    animation: order-2026-slide-out 0.45s linear forwards;
}

.order-2026__hero-media.is-sliding .order-2026__hero-media-layer.is-next {
    animation: order-2026-slide-in 0.45s linear forwards;
}

@keyframes order-2026-slide-out {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

@keyframes order-2026-slide-in {
    0% { transform: translateX(100%); }
    100% { transform: translateX(0); }
}

.order-2026__btn.home-2026__btn--yellow,
.order-2026__btn.home-2026__btn--blue {
    width: 317px;
    height: 55px;
    font-size: 20px;
    white-space: nowrap;
}

.order-2026__features {
    padding: 60px 0 40px;
    background: #f5f5f5;
}

.order-2026__features-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
    text-align: center;
}

.order-2026__feature-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
}

.order-2026__feature h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 650;
    color: #000;
}

.order-2026__feature p {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 22px;
}

.order-2026__cta {
    padding: 60px 0;
    background: #f5f5f5;
}

.order-2026__cta-inner {
    background: #0057d2;
    border-radius: 16px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    gap: 16px;
}

.order-2026__cta-inner h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 650;
}

.order-2026__cta-inner p {
    margin: 0;
    font-size: 16px;
    max-width: 700px;
}

.order-2026__use-cases {
    padding: 40px 0 20px;
    background: #f5f5f5;
}

.order-2026__section-title {
    text-align: center;
    margin-bottom: 24px;
}

.order-2026__section-title h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 650;
    color: #000;
}

.order-2026__use-grid {
    display: grid;
    grid-template-columns: repeat(3, 314px);
    gap: 30px;
    justify-content: center;
}

.order-2026__use-card {
    background: #fff;
    border-radius: 12px;
    padding: 12px 14px 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.047);
    text-align: center;
}

.order-2026__use-card img {
    width: 314px;
    height: 219px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 12px;
}

.order-2026__use-card h3 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 650;
}

.order-2026__use-card p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.order-2026__details {
    padding: 40px 0 60px;
    background: #f5f5f5;
}

.order-2026__detail {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 50px;
}

.order-2026__detail.is-reverse {
    flex-direction: row-reverse;
}

.order-2026__detail img {
    width: 600px;
    height: 400px;
    border-radius: 16px;
    object-fit: cover;
}

.order-2026__detail-text {
    width: 430px;
}

.order-2026__detail-text h3 {
    margin: 0 0 12px;
    font-size: 30px;
    font-weight: 650;
    color: #000;
    line-height: 42px;
}

.order-2026__detail-text p {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 22px;
}

.order-2026__cta--yellow {
    background: #ffe53a;
}

.order-2026__cta--yellow .order-2026__cta-inner {
    background: transparent;
    min-height: 220px;
    color: #000;
    gap: 12px;
}

.lang-2026 .home-2026__hero {
    min-height: 600px;
    background: #333 url('./images/skywalk_trust_badges___icon/u120_state0.png') center/cover no-repeat;
}

.lang-2026 .home-2026__hero-spacer {
    height: 600px;
}

.lang-2026 .home-2026__hero-inner {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px;
}

.lang-2026 .home-2026__hero-text {
    position: static;
    width: 450px;
}

.lang-2026 .home-2026__hero-text h1 {
    font-size: 46px;
    line-height: 64px;
    font-weight: 650;
    margin-bottom: 12px;
}

.lang-2026 .home-2026__hero-text p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 26px;
}

.lang-2026__hero-media {
    width: 711px;
    height: 400px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    background: #111;
}

.lang-2026__hero-media-layer {
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lang-2026__hero-media-layer.is-current {
    transform: translateX(0);
}

.lang-2026__hero-media-layer.is-next {
    transform: translateX(100%);
}

.lang-2026__hero-media.is-sliding .lang-2026__hero-media-layer.is-current {
    animation: lang-2026-slide-out 0.45s linear forwards;
}

.lang-2026__hero-media.is-sliding .lang-2026__hero-media-layer.is-next {
    animation: lang-2026-slide-in 0.45s linear forwards;
}

@keyframes lang-2026-slide-out {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

@keyframes lang-2026-slide-in {
    0% { transform: translateX(100%); }
    100% { transform: translateX(0); }
}

.lang-2026__btn.home-2026__btn--yellow,
.lang-2026__btn.home-2026__btn--blue {
    width: 317px;
    height: 55px;
    font-size: 20px;
    white-space: nowrap;
}

.lang-2026__features {
    padding: 60px 0 40px;
    background: #f5f5f5;
}

.lang-2026__features-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
    text-align: center;
}

.lang-2026__feature-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
}

.lang-2026__feature h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 650;
    color: #000;
}

.lang-2026__feature p {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 22px;
}

.lang-2026__cta {
    padding: 60px 0;
    background: #f5f5f5;
}

.lang-2026__cta-inner {
    background: #0057d2;
    border-radius: 16px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    gap: 16px;
}

.lang-2026__cta-inner h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 650;
}

.lang-2026__cta-inner p {
    margin: 0;
    font-size: 16px;
    max-width: 700px;
}

.lang-2026__use-cases {
    padding: 40px 0 20px;
    background: #f5f5f5;
}

.lang-2026__section-title {
    text-align: center;
    margin-bottom: 24px;
}

.lang-2026__section-title h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 650;
    color: #000;
}

.lang-2026__use-grid {
    display: grid;
    grid-template-columns: repeat(3, 314px);
    gap: 30px;
    justify-content: center;
}

.lang-2026__use-card {
    background: #fff;
    border-radius: 12px;
    padding: 12px 14px 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.047);
    text-align: center;
}

.lang-2026__use-card img {
    width: 314px;
    height: 219px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 12px;
}

.lang-2026__use-card h3 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 650;
}

.lang-2026__use-card p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.lang-2026__details {
    padding: 40px 0 60px;
    background: #f5f5f5;
}

.lang-2026__detail {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 50px;
}

.lang-2026__detail.is-reverse {
    flex-direction: row-reverse;
}

.lang-2026__detail img {
    width: 600px;
    height: 400px;
    border-radius: 16px;
    object-fit: cover;
}

.lang-2026__detail-text {
    width: 430px;
}

.lang-2026__detail-text h3 {
    margin: 0 0 12px;
    font-size: 30px;
    font-weight: 650;
    color: #000;
    line-height: 42px;
}

.lang-2026__detail-text p {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 22px;
}

.lang-2026__cta--yellow {
    background: #ffe53a;
}

.lang-2026__cta--yellow .lang-2026__cta-inner {
    background: transparent;
    min-height: 220px;
    color: #000;
    gap: 12px;
}

@media (max-width: 1200px) {
    .order-2026 .home-2026__hero-inner,
    .lang-2026 .home-2026__hero-inner {
        flex-direction: column;
        padding: 0 24px;
    }

    .order-2026__hero-media,
    .lang-2026__hero-media {
        width: 100%;
        max-width: 711px;
    }

    .order-2026__use-grid,
    .lang-2026__use-grid {
        grid-template-columns: repeat(2, 314px);
    }

    .order-2026__detail,
    .order-2026__detail.is-reverse,
    .lang-2026__detail,
    .lang-2026__detail.is-reverse {
        flex-direction: column;
    }
}

@media (max-width: 720px) {
    .order-2026 .home-2026__hero-text,
    .lang-2026 .home-2026__hero-text {
        width: auto;
    }

    .order-2026__features-grid,
    .order-2026__use-grid,
    .lang-2026__features-grid,
    .lang-2026__use-grid {
        grid-template-columns: 1fr;
    }

    .order-2026__use-card img,
    .lang-2026__use-card img {
        width: 100%;
        height: auto;
    }

    .order-2026__detail img,
    .lang-2026__detail img {
        width: 100%;
        height: auto;
    }

    .order-2026__detail-text,
    .lang-2026__detail-text {
        width: auto;
    }
}

.seo-2026__cta--yellow .home-2026__btn--blue {
    width: 317px;
    height: 55px;
    font-size: 20px;
    white-space: nowrap;
}

@media (max-width: 1200px) {
    .seo-2026 .home-2026__hero-inner {
        flex-direction: column;
        padding: 0 24px;
    }

    .seo-2026__hero-media {
        width: 100%;
        max-width: 711px;
    }

    .seo-2026__use-grid {
        grid-template-columns: repeat(2, 314px);
    }

    .seo-2026__detail {
        flex-direction: column;
    }

    .seo-2026__detail.is-reverse {
        flex-direction: column;
    }
}

@media (max-width: 720px) {
    .seo-2026 .home-2026__hero-text {
        width: auto;
    }

    .seo-2026__features-grid,
    .seo-2026__use-grid {
        grid-template-columns: 1fr;
    }

    .seo-2026__use-card img {
        width: 100%;
        height: auto;
    }

    .seo-2026__detail img {
        width: 100%;
        height: auto;
    }

    .seo-2026__detail-text {
        width: auto;
    }
}

@media (max-width: 1200px) {
    .trust-2026 .home-2026__hero-inner {
        flex-direction: column;
        padding: 0 24px;
    }

    .trust-2026__hero-media {
        width: 100%;
        max-width: 711px;
    }

    .trust-2026__use-grid {
        grid-template-columns: repeat(2, 300px);
    }

    .trust-2026__detail {
        flex-direction: column;
    }

    .trust-2026__detail.is-reverse {
        flex-direction: column;
    }
}

@media (max-width: 720px) {
    .trust-2026 .home-2026__hero-text {
        width: auto;
    }

    .trust-2026__features-grid,
    .trust-2026__use-grid {
        grid-template-columns: 1fr;
    }

    .trust-2026__detail img {
        width: 100%;
        height: auto;
    }

    .trust-2026__detail-text {
        width: auto;
    }

    .trust-2026__hero-media,
    .seo-2026__hero-media,
    .order-2026__hero-media,
    .lang-2026__hero-media {
        width: 100%;
        max-width: 711px;
        height: auto;
        aspect-ratio: 711 / 400;
        margin: 0 auto;
    }
}

.blog-2026__section {
    padding: 36px 0 70px;
    background: #f5f5f5;
}

.blog-2026__title {
    text-align: center;
    margin-bottom: 20px;
}

.blog-2026__title h2 {
    margin: 0 0 4px;
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.blog-2026__title p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.blog-2026__grid {
    display: grid;
    grid-template-columns: repeat(4, 290px);
    gap: 30px;
    justify-content: center;
}

.blog-2026__card {
    width: 290px;
    height: 380px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.047);
    border: 1px solid rgba(225, 225, 225, 1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.blog-2026__card:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-4px);
}

.blog-2026__card img {
    width: 290px;
    height: 180px;
    object-fit: cover;
    display: block;
}

.blog-2026__card-body {
    padding: 18px 18px 16px;
}

.blog-2026__card h3 {
    margin: 6px 0 8px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 650;
    color: #1b1b1b;
}

.blog-2026__card p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    color: #777777;
}


@media (max-width: 1240px) {
    .blog-2026__grid {
        grid-template-columns: repeat(3, 290px);
    }
}

@media (max-width: 980px) {
    .blog-2026__grid {
        grid-template-columns: repeat(2, 290px);
    }
}

@media (max-width: 720px) {
    .blog-2026 .home-2026__hero-text {
        left: 24px;
        top: 120px;
        width: auto;
        right: 24px;
    }

    .blog-2026 .home-2026__hero-text h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .blog-2026__grid {
        grid-template-columns: 1fr;
    }

    .blog-2026__card,
    .blog-2026__card img {
        width: 100%;
    }
}

.home-2026__trust h2 {
    margin: 0 0 6px;
    font-size: 36px;
}

.home-2026__trust p {
    margin: 0 0 16px;
    font-size: 24px;
    color: #666;
}

.home-2026__trust--compact {
    padding: 36px 0 24px;
}

.home-2026__section--apps {
    padding-top: 10px;
}

.home-2026__center {
    text-align: center;
    margin-top: 16px;
}

.home-2026__footer {
    background: #222;
    color: #f6f6f6;
    padding: 32px 0 12px;
    min-height: 310px;
}

.home-2026__footer-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-2026__footer-grid > div:nth-child(2),
.home-2026__footer-grid > div:nth-child(3) {
    padding-left: 40px;
}

@media (max-width: 900px) {
    body {
        min-width: 0;
        overflow-x: hidden;
    }

    .home-2026,
    .home-2026__content {
        overflow-x: hidden;
    }

    .home-2026__container {
        width: 100%;
        padding: 0 20px;
    }

    .home-2026__header {
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(6px);
    }

    .home-2026__nav {
        height: 52px;
        padding: 0 8px;
        align-items: center;
    }

    .home-2026__menu {
        width: 100%;
        gap: 14px 20px;
        font-size: 16px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .home-2026__menu a {
        height: auto;
    }

    .home-2026__nav-right {
        width: auto;
        margin-left: auto;
        gap: 0;
        flex-wrap: nowrap;
        align-items: center;
    }

    .home-2026__logo img {
        height: 26px;
    }

    .home-2026__nav-toggle {
        width: 32px;
        height: 32px;
    }

    .home-2026__nav-toggle span {
        width: 20px;
        margin: 3px 0;
    }

    .home-2026__lang {
        margin-left: 0;
    }

    .home-2026__menu,
    .home-2026__lang {
        display: none;
    }

    .home-2026__nav-right {
        justify-content: flex-end;
    }

    .home-2026__nav-toggle {
        display: inline-flex;
    }

    .home-2026__hero {
        position: relative;
    }

    .home-2026__hero-spacer {
        height: 0;
    }

    .app-2026 .home-2026__hero-spacer,
    .blog-2026 .home-2026__hero-spacer,
    .trust-2026 .home-2026__hero-spacer,
    .seo-2026 .home-2026__hero-spacer,
    .order-2026 .home-2026__hero-spacer,
    .lang-2026 .home-2026__hero-spacer {
        height: 0;
    }

    .home-2026__hero-inner {
        height: auto;
        min-height: 480px;
        padding-top: 90px;
        padding-bottom: 40px;
    }

    .home-2026__hero-text {
        position: static;
        width: auto;
    }

    .home-2026__hero-text h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .home-2026__hero-text p {
        font-size: 18px;
        line-height: 28px;
    }

    .home-2026__apps {
        grid-template-columns: 1fr;
    }

    .home-2026__card--app {
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
    }

    .app-2026 .home-2026__hero {
        min-height: auto;
    }

    .app-2026 .home-2026__hero-inner {
        height: auto;
        min-height: 480px;
        padding-top: 90px;
        padding-bottom: 40px;
    }

    .app-2026 .home-2026__hero-text {
        position: static;
        left: auto;
        top: auto;
        width: auto;
    }
}

@media (max-width: 720px) {
    .home-2026__footer-meta {
        gap: 8px;
    }

    .home-2026__footer-meta-line {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .home-2026__footer-icp {
        margin-left: 0;
    }

    .trust-2026 .home-2026__hero,
    .seo-2026 .home-2026__hero,
    .order-2026 .home-2026__hero,
    .lang-2026 .home-2026__hero {
        min-height: auto;
    }

    .trust-2026 .home-2026__hero-inner,
    .seo-2026 .home-2026__hero-inner,
    .order-2026 .home-2026__hero-inner,
    .lang-2026 .home-2026__hero-inner {
        height: auto;
        min-height: 0;
        padding-top: 56px;
        padding-bottom: 20px;
    }

    .trust-2026__features,
    .seo-2026__features,
    .order-2026__features,
    .lang-2026__features {
        padding-top: 24px;
    }
}

@media (max-width: 1100px) {
    .home-2026__apps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-2026__blogs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-2026__footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .home-2026__apps,
    .home-2026__blogs,
    .home-2026__footer-grid {
        grid-template-columns: 1fr;
    }
}

.home-2026__footer-title {
    color: #f6f6f6;
    font-weight: 400;
    margin-bottom: 8px;
    font-size: 20px;
    opacity: 0.6;
}

.home-2026__footer-title img {
    height: 34px;
    width: auto;
    display: block;
}

.home-2026__footer ul {
    list-style: disc;
    padding: 0;
    margin: 0 0 0 16px;
    font-size: 14px;
    line-height: 2.2;
    color: rgba(246, 246, 246, 0.4);
}

.home-2026__footer li {
    cursor: pointer;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.home-2026__footer li:hover {
    color: #ffffff;
    opacity: 1;
}

.home-2026__footer li:hover a {
    color: #ffffff;
}

.home-2026__footer p {
    font-size: 16px;
    opacity: 0.6;
}

.home-2026__footer a {
    color: inherit;
    text-decoration: none;
}

.home-2026__footer-meta {
    margin-top: 16px;
    font-size: 14px;
    color: rgba(246, 246, 246, 0.2);
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.home-2026__footer-meta-line {
    display: flex;
    align-items: center;
    gap: 0;
}

.home-2026__footer-icp {
    margin-left: 18px;
    color: rgba(246, 246, 246, 0.2);
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.home-2026__footer-icp:hover {
    color: #ffffff;
    opacity: 1;
}

.home-2026__footer-sep {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.4);
}

