.hero {
    position: relative;
    overflow: hidden;
    min-height: 800px;
    padding-top: 240px;
    background: #f4f5fb;
}

.home-page .site-header-static {
    position: fixed;
    inset: 0 0 auto;
    z-index: 10;
    background: transparent;
    backdrop-filter: none;
    transition:
        background-color 0.24s ease,
        box-shadow 0.24s ease,
        backdrop-filter 0.24s ease;
}

.home-page .site-header-static .header-inner {
    min-height: 64px;
}

.home-page .site-header-static.is-scrolled {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    box-shadow: 0 8px 24px rgba(19, 34, 68, 0.06);
}

.hero-video {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: opacity 0.42s ease;
}

.hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: var(--container);
}

.eyebrow {
    display: inline-block;
    margin: 0 0 18px;
    color: transparent;
    background: linear-gradient(90deg, #1a75ff 0%, #a070ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.35;
}

.hero h1,
.section-heading h2,
.cta-section h2 {
    margin: 0;
    font-weight: 500;
    letter-spacing: 0;
}

.hero h1 {
    color: #1A1A1A;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2;
}

.hero-title {
    display: block;
    min-height: 158px;
    color: #181b24;
    white-space: pre-line;
}

.hero .eyebrow {
    display: inline-block;
    align-self: flex-start;
    width: auto;
}

.hero-title .hero-title-accent {
    display: inline-block;
    color: var(--primary);
}

.hero-title .hero-title-accent.is-placeholder {
    visibility: hidden;
}

.hero-summary {
    max-width: 700px;
    margin: 28px 0 0;
    color: #6d7480;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 40px;
}

.section {
    padding: 96px 0;
}

.section-heading {
    max-width: 820px;
    margin: 0 auto 54px;
    text-align: center;
}

.section-heading h2 {
    color: #191c25;
    font-size: 40px;
    line-height: 1.28;
}

.section-heading p:last-child {
    margin: 16px 0 0;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    line-height: 1.8;
}

.scroll-reveal,
.scroll-reveal-item {
    opacity: 1;
    transform: none;
}

.js .scroll-reveal,
.js .scroll-reveal-item {
    opacity: 0;
    transform: translateY(32px);
    transition:
        opacity 0.75s ease,
        transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}

.js .scroll-reveal-item {
    transition-delay: var(--reveal-delay, 0ms);
}

.js .scroll-reveal.is-visible,
.js .scroll-reveal-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.js .section-services .section-heading.scroll-reveal.is-visible {
    transform: translateY(0);
}

.js .section-services .scroll-reveal-item {
    transform: translateY(34px) scale(0.98);
}

.js .section-services .scroll-reveal-item.is-visible {
    transform: translateY(0) scale(1);
}

.js .section-cases .scroll-reveal-item,
.js .section-blog .scroll-reveal-item {
    transform: translateY(30px) scale(0.985);
}

.js .section-cases .scroll-reveal-item.is-visible,
.js .section-blog .scroll-reveal-item.is-visible {
    transform: translateY(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
    .js .scroll-reveal,
    .js .scroll-reveal-item {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.section-services {
    padding-top: 92px;
    padding-bottom: 72px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.service-card {
    position: relative;
    overflow: hidden;
    min-height: 232px;
    padding: 36px 22px 28px;
    border: 1px solid #e7ebf0;
    border-radius: 16px;
    background: #fff;
    text-align: center;
    box-shadow: 0 16px 34px rgba(23, 41, 82, 0);
    transition:
        transform 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease,
        background-color 0.28s ease;
}

.service-card-link {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(72, 128, 255, 0.14), transparent 42%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 255, 0.98));
    opacity: 0;
    transition: opacity 0.28s ease;
    pointer-events: none;
}

.service-card::after {
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    top: 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #1686ff 0%, #62a6ff 50%, #9b4dff 100%);
    transform: scaleX(0.42);
    transform-origin: center;
    opacity: 0;
    transition:
        transform 0.28s ease,
        opacity 0.28s ease;
    pointer-events: none;
}

.service-card:hover,
.service-card:focus-within {
    transform: translateY(-10px);
    border-color: rgba(73, 130, 255, 0.3);
    background: #fdfefe;
    box-shadow: 0 22px 52px rgba(23, 41, 82, 0.12);
}

.service-card:hover::before,
.service-card:focus-within::before {
    opacity: 1;
}

.service-card:hover::after,
.service-card:focus-within::after {
    transform: scaleX(1);
    opacity: 1;
}

.service-card img {
    position: relative;
    z-index: 1;
    width: 42px;
    height: 42px;
    margin: 0 auto 28px;
    object-fit: contain;
    transition:
        transform 0.28s ease,
        filter 0.28s ease;
}

.service-card:hover img,
.service-card:focus-within img {
    transform: translateY(-4px) scale(1.08);
    filter: drop-shadow(0 10px 18px rgba(22, 134, 255, 0.22));
}

.service-card h3,
.value-panel h3,
.case-body h3,
.team-card h3,
.blog-card h3,
.footer-nav h3 {
    margin: 0;
    letter-spacing: 0;
}

.service-card h3 {
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.32;
    transition:
        transform 0.28s ease,
        color 0.28s ease;
}

.service-card:hover h3,
.service-card:focus-within h3 {
    color: #1a5fff;
    transform: translateY(-2px);
}

.service-card p {
    position: relative;
    z-index: 1;
    margin: 14px 0 0;
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    line-height: 1.62;
    transition:
        transform 0.28s ease,
        color 0.28s ease;
}

.service-card:hover p,
.service-card:focus-within p {
    color: #6c7482;
    transform: translateY(-2px);
}

.section-why {
    position: relative;
    overflow: hidden;
    padding-top: 64px;
    padding-bottom: 0;
    background:
        linear-gradient(180deg, #fff 0%, #fff 34%, rgba(229, 237, 255, 0.92) 64%, #2f86ff 100%);
}

.value-panel {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    padding: 54px 34px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 24px 80px rgba(61, 111, 208, 0.14);
}

.value-panel article {
    position: relative;
    padding: 0 22px;
    text-align: center;
    border-right: 1px solid #dce7f5;
    transition:
        transform 0.28s ease,
        border-color 0.28s ease;
}

.value-panel article::before {
    content: "";
    position: absolute;
    inset: -16px 6px -18px;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(243, 248, 255, 0.92) 100%),
        radial-gradient(circle at top center, rgba(87, 140, 255, 0.14), transparent 48%);
    opacity: 0;
    box-shadow: 0 22px 46px rgba(53, 95, 177, 0.12);
    transition:
        opacity 0.28s ease,
        transform 0.28s ease;
    transform: translateY(8px);
    pointer-events: none;
}

.value-panel article:hover,
.value-panel article:focus-within {
    transform: translateY(-8px);
    border-right-color: transparent;
}

.value-panel article:hover::before,
.value-panel article:focus-within::before {
    opacity: 1;
    transform: translateY(0);
}

.value-panel article:last-child {
    border-right: 0;
}

.value-panel h3 {
    position: relative;
    z-index: 1;
    padding-bottom: 26px;
    font-size: 20px;
    font-weight: 500;
    transition:
        transform 0.28s ease,
        color 0.28s ease;
}

.value-panel h3::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 42px;
    height: 4px;
    border-radius: 999px;
    background: #6f84ff;
    transform: translateX(-50%) scaleX(1);
    transform-origin: center;
    transition:
        transform 0.28s ease,
        background-color 0.28s ease;
}

.value-panel article:hover h3,
.value-panel article:focus-within h3 {
    color: #2366ff;
    transform: translateY(-3px);
}

.value-panel article:hover h3::after,
.value-panel article:focus-within h3::after {
    background: #2366ff;
    transform: translateX(-50%) scaleX(1.28);
}

.value-panel p {
    position: relative;
    z-index: 1;
    margin: 24px 0 0;
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    line-height: 1.86;
    transition:
        transform 0.28s ease,
        color 0.28s ease;
}

.value-panel article:hover p,
.value-panel article:focus-within p {
    color: #6f7682;
    transform: translateY(-2px);
}

.partner-strip {
    --partner-gap: 84px;
    margin-top: 68px;
    padding: 40px 0 64px;
    overflow: hidden;
}

.partner-track {
    display: flex;
    align-items: center;
    width: max-content;
    gap: var(--partner-gap);
    min-width: max-content;
    animation: partner-marquee 32s linear infinite;
    will-change: transform;
}

.partner-track img {
    flex: 0 0 auto;
    width: auto;
    height: 40px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.partner-track img[alt="Google"] {
    height: 33px;
}

@keyframes partner-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - (var(--partner-gap) / 2)));
    }
}

.section-cases {
    padding-top: 94px;
    padding-bottom: 114px;
}

.case-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px 24px;
}

.case-card {
    position: relative;
    border-radius: 16px;
    background: #fff;
    transition: transform 0.3s ease;
}

.case-card a:first-child {
    display: block;
    overflow: hidden;
    border-radius: 16px;
}

.case-card a:first-child img {
    display: block;
    width: 100%;
    aspect-ratio: 620 / 349;
    border-radius: 16px;
    object-fit: cover;
    transition:
        transform 0.42s ease,
        filter 0.42s ease,
        box-shadow 0.3s ease;
}

.case-card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    aspect-ratio: 620 / 349;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(18, 28, 54, 0) 0%, rgba(18, 28, 54, 0.08) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.case-card:hover,
.case-card:focus-within {
    transform: translateY(-10px);
}

.case-card:hover::after,
.case-card:focus-within::after {
    opacity: 1;
}

.case-card:hover > img,
.case-card:focus-within > img,
.case-card:hover a:first-child img,
.case-card:focus-within a:first-child img {
    transform: scale(1.04) translateY(-4px);
    filter: saturate(1.03);
    box-shadow: 0 24px 48px rgba(26, 45, 92, 0.16);
}

.case-card-featured:hover a:first-child img,
.case-card-featured:focus-within a:first-child img {
    box-shadow: none;
}

.case-card-featured {
    grid-column: span 2;
}

.case-card-compact {
    grid-column: span 1;
}

.case-card-compact a:first-child img {
    width: 100%;
    height: auto;
    aspect-ratio: 302 / 170;
    object-fit: cover;
}

.case-body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding-top: 28px;
    transition: transform 0.3s ease;
}

.case-body > div {
    min-width: 0;
}

.case-card:hover .case-body,
.case-card:focus-within .case-body {
    transform: translateY(-2px);
}

.case-card-featured:hover .case-body,
.case-card-featured:focus-within .case-body {
    box-shadow: none;
}

.case-body h3 {
    color: rgba(0, 0, 0, 0.9);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.case-body h3 a {
    display: block;
}

.case-card:hover .case-body h3,
.case-card:focus-within .case-body h3 {
    color: #1c63ff;
    transform: translateY(-2px);
}

.case-body p {
    margin: 10px 0 0;
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    font-weight: 400;
    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.case-card:hover .case-body p,
.case-card:focus-within .case-body p {
    color: #707887;
    transform: translateY(-2px);
}

.case-card-compact .case-body {
    gap: 12px;
    padding-top: 18px;
}

.case-card-compact .case-body h3 {
    font-size: 16px;
    line-height: 1.4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.case-card-compact .case-body p {
    margin-top: 8px;
    font-size: 13px;
}

.case-arrow {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin-top: 10px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #1a83ff, #8456ff);
    font-size: 42px;
    line-height: 1;
    flex: none;
    box-shadow: 0 16px 28px rgba(35, 96, 255, 0.16);
    transition:
        opacity 0.24s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
    opacity: 0;
    transform: translateX(-10px) scale(0.88);
    pointer-events: none;
}

.case-card:hover .case-arrow,
.case-card:focus-within .case-arrow {
    opacity: 1;
    transform: translateX(0) scale(1);
    box-shadow: 0 20px 36px rgba(35, 96, 255, 0.24);
}

.case-card-compact .case-arrow {
    width: 32px;
    height: 32px;
    margin-top: 2px;
    font-size: 26px;
}

.section-action {
    margin-top: 78px;
    text-align: center;
}

.section-team {
    overflow: hidden;
    padding-top: 110px;
    padding-bottom: 88px;
    background: url("../images/index/team-background.png") center / cover no-repeat;
}

.team-marquee {
    --team-hover-offset: 12px;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: var(--team-hover-offset);
    padding-bottom: var(--team-hover-offset);
}

.team-marquee::before,
.team-marquee::after {
    content: "";
    position: absolute;
    top: var(--team-hover-offset);
    bottom: var(--team-hover-offset);
    z-index: 2;
    width: max(36px, calc((100vw - var(--container)) / 2));
    pointer-events: none;
}

.team-marquee::before {
    left: 0;
    background: linear-gradient(90deg, rgba(201, 214, 255, 0.96), rgba(201, 214, 255, 0));
}

.team-marquee::after {
    right: 0;
    background: linear-gradient(270deg, rgba(246, 240, 255, 0.96), rgba(246, 240, 255, 0));
}

.team-track {
    display: flex;
    gap: 24px;
    width: max-content;
    padding-left: max(24px, calc((100vw - var(--container)) / 2 - 154px));
    animation: team-marquee 42s linear infinite;
    will-change: transform;
}

.team-marquee:hover .team-track {
    animation-play-state: paused;
}

.team-card {
    position: relative;
    flex: 0 0 308px;
    width: 308px;
    padding: 42px 28px 48px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.86);
    text-align: center;
    overflow: hidden;
    box-shadow: 0 18px 34px rgba(36, 62, 122, 0);
    transition:
        transform 0.3s ease,
        background-color 0.3s ease,
        box-shadow 0.3s ease;
}

.team-card:hover,
.team-card:focus-within {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.95);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        inset 0 18px 42px rgba(92, 136, 255, 0.12);
}

.team-card img {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    margin: 0 auto 22px;
    border-radius: 50%;
    object-fit: cover;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.team-card:hover img,
.team-card:focus-within img {
    transform: translateY(-4px) scale(1.06);
    box-shadow: 0 16px 28px rgba(53, 92, 191, 0.18);
}

.team-card h3 {
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-weight: 500;
    transition:
        transform 0.3s ease,
        color 0.3s ease;
}

.team-card:hover h3,
.team-card:focus-within h3 {
    color: #215eff;
    transform: translateY(-2px);
}

.team-role {
    position: relative;
    z-index: 1;
    margin: 10px 0 0;
    padding-bottom: 18px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    transition:
        transform 0.3s ease,
        color 0.3s ease;
}

.team-card:hover .team-role,
.team-card:focus-within .team-role {
    color: #636c79;
    transform: translateY(-2px);
}

.team-role::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 36px;
    height: 3px;
    border-radius: 999px;
    background: #6d7cff;
    transform: translateX(-50%) scaleX(1);
    transform-origin: center;
    transition:
        transform 0.3s ease,
        background-color 0.3s ease;
}

.team-card:hover .team-role::after,
.team-card:focus-within .team-role::after {
    background: #2b67ff;
    transform: translateX(-50%) scaleX(1.22);
}

.team-desc {
    position: relative;
    z-index: 1;
    margin: 20px 0 0;
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    line-height: 1.72;
    font-weight: 360;
    text-align: left;
    transition:
        transform 0.3s ease,
        color 0.3s ease;
}

.team-card:hover .team-desc,
.team-card:focus-within .team-desc {
    color: #707886;
    transform: translateY(-2px);
}

@keyframes team-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 12px));
    }
}

.section-blog {
    padding-top: 110px;
    padding-bottom: 110px;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px 24px;
}

.blog-card {
    position: relative;
    border-radius: 16px;
    background: #fff;
    transition: transform 0.3s ease;
}

.blog-card-featured {
    grid-column: span 2;
}

.blog-card-compact {
    grid-column: span 1;
}

.blog-card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    aspect-ratio: 628 / 349;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(18, 28, 54, 0) 0%, rgba(18, 28, 54, 0.08) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.blog-card-compact::after {
    aspect-ratio: 302 / 170;
}

.blog-card:hover,
.blog-card:focus-within {
    transform: translateY(-10px);
}

.blog-card:hover::after,
.blog-card:focus-within::after {
    opacity: 1;
}

.blog-media {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
}

.blog-media img {
    display: block;
    width: 100%;
    aspect-ratio: 628 / 349;
    border-radius: 16px;
    object-fit: cover;
    transition:
        transform 0.42s ease,
        filter 0.42s ease,
        box-shadow 0.3s ease;
}

.blog-card-compact .blog-media img {
    width: 100%;
    height: auto;
    aspect-ratio: 302 / 170;
    object-fit: cover;
}

.blog-card:hover .blog-media img,
.blog-card:focus-within .blog-media img {
    transform: scale(1.04) translateY(-4px);
    filter: saturate(1.03);
    box-shadow: 0 24px 48px rgba(26, 45, 92, 0.16);
}

.blog-card-featured:hover .blog-media img,
.blog-card-featured:focus-within .blog-media img {
    box-shadow: none;
}

.blog-body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding-top: 28px;
    transition: transform 0.3s ease;
}

.blog-body > div {
    min-width: 0;
}

.blog-card-compact .blog-body {
    gap: 12px;
    padding-top: 18px;
}

.blog-card:hover .blog-body,
.blog-card:focus-within .blog-body {
    transform: translateY(-2px);
}

.blog-card h3 {
    color: rgba(0, 0, 0, 0.9);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.blog-card h3 a {
    display: block;
}

.blog-card-compact h3 {
    font-size: 16px;
    line-height: 1.4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog-card p {
    margin: 10px 0 0;
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    font-weight: 400;
    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.blog-card-compact p {
    margin-top: 8px;
    font-size: 13px;
}

.blog-card:hover h3,
.blog-card:focus-within h3 {
    color: #1c63ff;
    transform: translateY(-2px);
}

.blog-card:hover p,
.blog-card:focus-within p {
    color: #707887;
    transform: translateY(-2px);
}

.cta-section {
    min-height: 380px;
    padding: 78px 0;
    color: #fff;
    background: url("../images/index/footer-background.png") center / cover no-repeat;
    text-align: center;
}

.cta-inner {
    display: grid;
    justify-items: center;
}

.cta-section h2 {
    font-size: 40px;
    line-height: 1.3;
}

.cta-section p {
    margin: 22px 0 36px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 20px;
    font-weight: 360;
    line-height: 1.75;
}

.floating-contact {
    --floating-contact-offset-y: 0px;
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 60;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #1a75ff;
    cursor: pointer;
    transform: translateY(var(--floating-contact-offset-y));
    transition:
        transform 0.26s ease,
        box-shadow 0.26s ease,
        background-color 0.26s ease;
    will-change: transform;
}

.floating-contact:hover,
.floating-contact:focus-visible {
    transform: translateY(calc(var(--floating-contact-offset-y) - 4px)) scale(1.03);
    background: #116bff;
    box-shadow: 0 24px 44px rgba(26, 117, 255, 0.32);
}

.floating-contact img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
    pointer-events: none;
}

@media (max-width: 1100px) {
    .service-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .value-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 0;
    }

    .value-panel article:nth-child(2n) {
        border-right: 0;
    }

}

@media (max-width: 960px) {
    .home-page .site-header-static {
        height: 52px;
    }

    .home-page .site-header-static .header-inner {
        min-height: 52px;
    }

    .hero {
        min-height: auto;
        padding-top: 122px;
        padding-bottom: 72px;
        background:
            url("/assets/images/index/banner-h5.jpg") center top / cover no-repeat,
            #f4f5fb;
        margin-top: 52px;
    }

    .hero-video {
        visibility: hidden;
        opacity: 0;
        object-fit: cover;
        object-position: center top;
    }

    .hero.hero-mobile-video-ready .hero-video {
        visibility: visible;
        opacity: 1;
    }

    .hero.hero-mobile-video-ready {
        background-image: none;
        background-color: #f4f5fb;
    }

    .hero-inner {
        max-width: none;
    }

    .hero .eyebrow {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .hero h1 {
        font-size: 46px;
    }

    .hero-summary {
        max-width: 460px;
        font-size: 16px;
    }

    .cta-section{
        padding: 48px 0;
        min-height: 300px;
    }

    .cta-section p{
        font-size: 15px;
        margin: 18px 0 32px;
    }

    .section {
        padding: 32px 0 8px 0;
    }

    .section-heading h2,
    .cta-section h2 {
        font-size: 24px;
    }

    .section-heading p:last-child {
        margin: 8px 0 0;
        font-size: 12px;
    }

    .service-grid,
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .case-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .blog-card-featured,
    .blog-card-compact,
    .case-card-featured,
    .case-card-compact {
        grid-column: span 1;
    }

    /* ── 移动端 blog 图片适配：与 case-card 保持完全一致的渲染逻辑 ── */
    .blog-card {
        min-width: 0;
    }

    .blog-media {
        width: 100%;
    }

    .blog-media img {
        width: 100%;
        height: auto;
        aspect-ratio: 628 / 349;
        object-fit: cover;
        max-width: 100%;
    }

    .blog-card::after,
    .blog-card-featured::after,
    .blog-card-compact::after {
        aspect-ratio: 628 / 349;
    }

    .service-card {
        min-height: auto;
        border-radius: 12px;
        padding: 24px 24px 32px;
    }

    .service-card img {
        margin: 0 auto 16px;
    }

    .service-card h3 {
        font-size: 18px;
    }

    .service-card p {
        margin: 8px 0 0;
        font-size: 12px;
        font-weight: 300;
        color: rgba(0,0,0,0.5);
    }

    .value-panel {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .value-panel article {
        padding: 32px 24px 28px;
        border: 1px solid #e7ebf0;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 16px 34px rgba(23, 41, 82, 0.06);
    }

    .value-panel article::before {
        display: none;
    }

    .value-panel article:last-child {
        border-right: 1px solid #e7ebf0;
    }

    .value-panel h3 {
        padding-bottom: 22px;
    }

    .value-panel p {
        margin-top: 18px;
    }

    .partner-track {
        --partner-gap: 24px;
        padding-left: 24px;
    }

    .partner-track img {
        height: 26px;
    }

    .partner-strip {
        padding: 0 0 32px;
        margin-top: 36px;
    }

    .team-marquee::before,
    .team-marquee::after {
        width: 24px;
    }

    .team-track {
        gap: 18px;
        padding-left: 16px;
    }

    .team-card {
        flex-basis: 308px;
        min-height: 370px;
        padding: 42px 28px 40px;
    }

    .floating-contact {
        right: calc(14px + env(safe-area-inset-right));
        bottom: calc(14px + env(safe-area-inset-bottom));
        width: 64px;
        height: 64px;
    }

    .floating-contact img {
        width: 36px;
        height: 36px;
    }

}

@media (max-width: 560px) {
    .hero .container {
        width: min(var(--container), calc(100% - 48px));
    }

    .eyebrow {
        font-size: 16px;
        font-weight: 500;
        margin: 0 0 4px;
    }

    .hero {
        min-height: auto;
        padding: 56px 0;
        background-position: center top, center;
        background-size: cover, auto;
    }

    .hero-inner {
        min-height: auto;
        justify-content: flex-start;
    }

    .hero .eyebrow {
        margin-bottom: 4px;
        font-size: 16px;
        line-height: 1.35;
        font-weight: 500;
    }

    .hero h1 {
        font-size: 31px;
        line-height: 1.34;
        letter-spacing: -0.04em;
    }

    .hero-title {
        min-height: auto;
        max-width: 320px;
    }

    .hero-summary {
        max-width: 320px;
        margin-top: 16px;
        font-size: 15px;
        line-height: 1.7;
    }

    .hero-actions {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 14px;
        margin-top: calc(clamp(290px, 54vw, 380px) + 20px);
        width: 100%;
        flex-wrap: nowrap;
    }

    .hero-actions .button {
        min-height: 41px;
        min-width: 0;
        padding: 0 18px;
        width: 164px;
        font-size: 14px;
        font-weight: 500;
    }

    .hero-actions .button::after {
        margin-left: 10px;
    }

    .hero-actions .button-primary {
        box-shadow: 0 16px 34px rgba(76, 108, 255, 0.24);
    }

    .hero-actions .button-secondary {
        background: rgba(255, 255, 255, 0.36);
        border-color: rgba(39, 44, 58, 0.32);
        backdrop-filter: blur(6px);
    }

    .button {
        min-height: 41px;
        min-width: 124px;
        font-size: 14px;
        font-weight: 400;
    }

    .section-heading {
        margin-bottom: 24px;
    }

    .section-action {
        margin-top: 42px;
        margin-bottom: 32px;
    }

    .service-card {
        padding: 24px 24px 32px;
    }

    .value-panel {
        gap: 14px;
    }

    .value-panel article {
        padding: 24px 22px 24px;
    }

    .value-panel h3 {
        padding-bottom: 16px;
        font-size: 18px;
    }

    .case-body h3 {
        font-size: 18px;
    }

    .case-card a:first-child img {
        width: 100%;
        height: auto;
    }

    .value-panel p {
        margin-top: 16px;
        font-size: 12px;
        line-height: 1.76;
    }

    .case-body {
        flex-direction: column;
        padding-top: 12px;
    }

    .case-card-compact .case-body {
        padding-top: 12px;
    }

    .case-body p {
        margin: 2px 0 0;
    }

    .blog-body {
        padding-top: 12px;
    }

    .cta-section {
        margin-top: 32px;
    }

    .floating-contact {
        right: calc(12px + env(safe-area-inset-right));
        bottom: calc(12px + env(safe-area-inset-bottom));
        width: 58px;
        height: 58px;
    }

    .floating-contact img {
        width: 32px;
        height: 32px;
    }

}

@media (max-width: 960px) {
    .home-page .site-header-static {
        background: #FFF;
    }

    /* ---- 首页移动端：悬浮按钮滚动到 services 区域后显示 ---- */
    .home-page .floating-contact {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .home-page .floating-contact.is-visible {
        opacity: 1;
        visibility: visible;
    }

}
