.elementor-34826 .elementor-element.elementor-element-f0693d1{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34826 .elementor-element.elementor-element-2a6ced8{width:100%;max-width:100%;}.elementor-34826 .elementor-element.elementor-element-1cf20fd{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34826 .elementor-element.elementor-element-4fd2a4f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34826 .elementor-element.elementor-element-4ed0c7b{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34826 .elementor-element.elementor-element-b21aaa7{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34826 .elementor-element.elementor-element-ebc7e67{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34826 .elementor-element.elementor-element-3e7b679{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34826 .elementor-element.elementor-element-0b67d2e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34826 .elementor-element.elementor-element-f9ee8e1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34826 .elementor-element.elementor-element-f70c031{width:var( --container-widget-width, 101.135% );max-width:101.135%;--container-widget-width:101.135%;--container-widget-flex-grow:0;}.elementor-34826 .elementor-element.elementor-element-f70c031.elementor-element{--flex-grow:0;--flex-shrink:0;}
/* --- XRemote Page Styles (Refactored from style.css) --- */

/* ============================================
   XRemote Section - Scroll Animations
   ============================================ */
.xremote-section .xremote-main {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    width: 100%;
}

@media (min-width: 1024px) {
    .xremote-section .xremote-main {
        flex-direction: row;
        gap: 64px;
        align-items: center;
    }
}

.xremote-section .xremote-content.xr-animate {
    opacity: 0;
    transform: translateX(-64px);
    transition: opacity 604ms ease-out, transform 604ms ease-out;
}

.xremote-section .xremote-content.xr-entered {
    opacity: 1;
    transform: translateX(0);
}

.xremote-section .xremote-visual.xr-animate {
    opacity: 0;
    transform: translateX(64px);
    transition: opacity 604ms ease-out, transform 604ms ease-out;
}

.xremote-section .xremote-visual.xr-entered {
    opacity: 1;
    transform: translateX(0);
}

/* ==========================================================================
   XRemote Product Page Sections
   ========================================================================== */

/* --- XRemote Hero Section --- */
.xremote-hero {
    --radius-button: 8px;
    --elevation-sm: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    --ring: rgba(188, 199, 212, 1);
    position: relative;
    width: 100%;
    height: 840px;
    overflow: hidden;
}

@media (max-width: 1439px) {
    .xremote-hero {
        height: 740px;
    }
}

@media (max-width: 1023px) {
    .xremote-hero {
        height: 640px;
    }
}

@media (max-width: 768px) {
    .xremote-hero {
        height: 560px;
    }
}

.xremote-hero__bg {
    position: absolute;
    inset: 0;
    border-radius: 0 0 64px 64px;
    overflow: hidden;
}

@media (max-width: 1439px) {
    .xremote-hero__bg {
        border-radius: 0 0 56px 56px;
    }
}

@media (max-width: 1023px) {
    .xremote-hero__bg {
        border-radius: 0 0 48px 48px;
    }
}

@media (max-width: 768px) {
    .xremote-hero__bg {
        border-radius: 0 0 32px 32px;
    }
}

.xremote-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.xremote-hero__content {
    position: relative;
    z-index: 10;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
}

@media (min-width: 769px) {
    .xremote-hero__content {
        padding: 0 48px;
    }
}

@media (min-width: 1024px) {
    .xremote-hero__content {
        padding: 0 64px;
    }
}

.xremote-hero__inner {
    max-width: 1440px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xremote-hero__col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 880px;
    width: 90%;
    padding-bottom: 120px;
}

@media (max-width: 1439px) {
    .xremote-hero__col {
        max-width: 780px;
        gap: 28px;
        padding-bottom: 100px;
    }
}

@media (max-width: 1023px) {
    .xremote-hero__col {
        max-width: 680px;
        gap: 28px;
        padding-top: 32px;
        padding-bottom: 80px;
    }
}

@media (max-width: 768px) {
    .xremote-hero__col {
        max-width: 90%;
        gap: 24px;
        padding-top: 24px;
        padding-bottom: 60px;
    }
}

.xremote-hero__logo {
    height: 82px;
    width: auto;
    display: block;
}

@media (max-width: 1439px) {
    .xremote-hero__logo {
        height: 65px;
    }
}

@media (max-width: 1023px) {
    .xremote-hero__logo {
        height: 49px;
    }
}

@media (max-width: 768px) {
    .xremote-hero__logo {
        height: 41px;
    }
}

.xremote-hero__desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 1.67;
    font-size: clamp(15px, 1.8vw, 18px);
    margin: 0;
    padding: 0 16px;
}

@media (max-width: 768px) {
    .xremote-hero__desc {
        padding: 0;
    }
}

.xremote-hero__cta {
    display: inline-block;
    background: #fff;
    color: #1d222b;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    padding: 12px 20px;
    border: none;
    border-radius: var(--radius-button);
    box-shadow: var(--elevation-sm);
    cursor: pointer;
    white-space: nowrap;
    transition: background 200ms ease, box-shadow 200ms ease;
}

.xremote-hero__cta:hover {
    background: #e9eef3;
}

.xremote-hero__cta:active {
    background: #d3d3d3;
}

.xremote-hero__cta:focus-visible {
    outline: 2px solid var(--ring);
    outline-offset: 2px;
}

.xremote-hero__animate {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 600ms cubic-bezier(0, 0, 0.58, 1), transform 600ms cubic-bezier(0, 0, 0.58, 1);
}

.xremote-hero__animate.is-animated {
    opacity: 1;
    transform: translateY(0);
}

/* --- XRemote Intro Section --- */
.xremote-intro {
    background: white;
    width: 100%;
    box-sizing: border-box;
}

.xremote-intro-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}

.xremote-intro-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    max-width: 1440px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 60px;
}

.xremote-intro-video-wrap {
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin-top: -160px;
    z-index: 20;
}

.xremote-intro-video-card {
    position: relative;
    width: 100%;
    padding-bottom: 56.17%;
    border-radius: 16px;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #1a1a2e;
}

.xremote-intro-video-card iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 16px;
}

.xremote-intro-headline {
    width: 100%;
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    color: #0d243f;
    margin: 0;
}

.xremote-intro-tabs {
    width: 100%;
    display: flex;
    justify-content: center;
    border-bottom: 3px solid rgba(185, 193, 207, 0.3);
}

.xremote-intro-tabs-inner {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
}

.xremote-intro-tab-btn {
    position: relative;
    padding: 8px 0 16px;
    cursor: pointer;
    background: transparent !important;
    border: none !important;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    white-space: nowrap;
    color: #5a6577;
    transition: all 0.3s;
    box-shadow: none !important;
}

.xremote-intro-tab-btn:hover {
    color: #1d222b;
    background: transparent !important;
}

.xremote-intro-tab-btn.active {
    color: #1d222b;
    background: transparent !important;
}

.xremote-intro-tab-indicator {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 4px;
    background: #ec582b;
    border-radius: 2px 2px 0 0;
    display: none;
}

.xremote-intro-tab-btn.active .xremote-intro-tab-indicator {
    display: block;
}

.xremote-intro-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    width: 100%;
}

.xremote-intro-desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.65;
    color: #3d4555;
    text-align: center;
    max-width: 900px;
    margin: 0;
}

.xremote-intro-img-wrap {
    width: 100%;
    max-width: 1277px;
}

.xremote-intro-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

@media (min-width: 769px) {
    .xremote-intro-container {
        padding: 0 32px;
    }

    .xremote-intro-inner {
        gap: 48px;
        padding-top: 24px;
        padding-bottom: 80px;
    }

    .xremote-intro-video-wrap {
        margin-top: -200px;
    }

    .xremote-intro-video-card {
        border-radius: 24px;
    }

    .xremote-intro-video-card iframe {
        border-radius: 24px;
    }

    .xremote-intro-headline {
        font-size: 28px;
    }

    .xremote-intro-tabs-inner {
        gap: 48px;
    }

    .xremote-intro-tab-btn {
        font-size: 20px;
    }

    .xremote-intro-desc {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .xremote-intro-video-wrap {
        margin-top: -230px;
    }

    .xremote-intro-headline {
        font-size: 32px;
    }
}

@media (min-width: 1440px) {
    .xremote-intro-container {
        padding: 0 64px;
    }

    .xremote-intro-inner {
        gap: 64px;
        padding-top: 32px;
        padding-bottom: 120px;
    }

    .xremote-intro-video-wrap {
        margin-top: -280px;
    }

    .xremote-intro-headline {
        font-size: 36px;
    }

    .xremote-intro-tabs-inner {
        gap: 64px;
    }

    .xremote-intro-tab-btn {
        font-size: 24px;
    }

    .xremote-intro-desc {
        font-size: 18px;
    }
}

/* --- XRemote Social Proof Section --- */
.xremote-social {
    background: #f1f5fa;
    width: 100%;
    box-sizing: border-box;
}

.xremote-social-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}

.xremote-social-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    max-width: 1440px;
    width: 100%;
    padding: 60px 0;
}

.xremote-social-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 32px;
    width: 100%;
}

.xremote-social-logo-item {
    height: 60px;
    flex: 1;
    min-width: 120px;
    max-width: 280px;
}

.xremote-social-logo-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
}

.xremote-social-text {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #3d4555;
    text-align: center;
    width: 100%;
    margin: 0;
}

@media (min-width: 769px) {
    .xremote-social-container {
        padding: 0 32px;
    }

    .xremote-social-inner {
        padding: 80px 0;
    }

    .xremote-social-logos {
        gap: 48px;
    }

    .xremote-social-logo-item {
        height: 80px;
    }

    .xremote-social-text {
        font-size: 20px;
    }
}

@media (min-width: 1440px) {
    .xremote-social-container {
        padding: 0 64px;
    }

    .xremote-social-logos {
        gap: 80px;
    }

    .xremote-social-logo-item {
        height: 100px;
    }

    .xremote-social-text {
        font-size: 24px;
    }
}

/* --- XRemote Product Intro Section (Split Items) --- */
.xremote-product {
    background: white;
    width: 100%;
    box-sizing: border-box;
}

.xremote-product-spacer {
    height: 60px;
}

.xremote-product-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
}

.xremote-product-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1440px;
    width: 100%;
    padding: 0;
}

.xremote-product-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    padding: 32px 0;
    width: 100%;
}

.xremote-product-img-wrap {
    width: 100%;
    opacity: 0;
    transform: translateX(-48px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.xremote-product-row.reverse .xremote-product-img-wrap {
    transform: translateX(48px);
}

.xremote-product-img-aspect {
    width: 100%;
    aspect-ratio: 640 / 480;
}

.xremote-product-img-aspect img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

.xremote-product-text-block {
    flex: 1;
    min-width: 0;
    width: 100%;
    opacity: 0;
    transform: translateX(48px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    transition-delay: 0.1s;
}

.xremote-product-row.reverse .xremote-product-text-block {
    transform: translateX(-48px);
}

.xremote-product-text-inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 12px;
}

.xremote-product-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: rgba(13, 36, 63, 1);
    margin: 0;
}

.xremote-product-line {
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, #B9C1CF 0%, #B9C1CF 50%, rgba(185, 193, 207, 0) 100%);
    margin: 0;
}

.xremote-product-desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #5a6577;
    max-width: 600px;
    margin: 0;
}

.xremote-product-row.animated .xremote-product-img-wrap,
.xremote-product-row.animated .xremote-product-text-block {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 1023px) {

    .xremote-product-img-wrap,
    .xremote-product-row.reverse .xremote-product-img-wrap {
        transform: translateY(32px);
    }

    .xremote-product-text-block,
    .xremote-product-row.reverse .xremote-product-text-block {
        transform: translateY(32px);
    }

    .xremote-product-row.animated .xremote-product-img-wrap,
    .xremote-product-row.animated .xremote-product-text-block {
        transform: translateY(0);
    }
}

@media (min-width: 769px) {
    .xremote-product-container {
        padding: 0 24px;
    }

    .xremote-product-row {
        gap: 32px;
    }
}

@media (min-width: 1024px) {
    .xremote-product-container {
        padding: 0 32px;
    }

    .xremote-product-inner {
        padding: 0;
    }

    .xremote-product-row {
        flex-direction: row;
        gap: 64px;
    }

    .xremote-product-row.reverse {
        flex-direction: row-reverse;
    }

    .xremote-product-img-wrap {
        width: 480px;
        flex-shrink: 0;
    }

    .xremote-product-title {
        font-size: 30px;
        line-height: 46px;
    }

    .xremote-product-desc {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (min-width: 1440px) {
    .xremote-product-container {
        padding: 0 64px;
    }

    .xremote-product-inner {
        padding: 32px 0;
    }

    .xremote-product-spacer {
        height: 120px;
    }

    .xremote-product-img-wrap {
        width: 640px;
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    .xremote-product-spacer {
        height: 80px;
    }
}

/* --- XRemote Features Section --- */
.xremote-features {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background: #000;
}

.xremote-features-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.xremote-features-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}

.xremote-features-inner {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    padding: 80px 0;
    opacity: 0;
    transform: translateY(48px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.xremote-features-inner.animated {
    opacity: 1;
    transform: translateY(0);
}

.xremote-features-headline {
    max-width: 900px;
    width: 100%;
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    color: white;
    margin: 0;
}

.xremote-features-grid {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.xremote-feature-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    flex: 1;
    min-width: 256px;
    max-width: 400px;
}

.xremote-feature-icon {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.xremote-feature-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    text-align: center;
    color: white;
    width: 100%;
}

.xremote-feature-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    margin: 0;
    color: white;
}

.xremote-feature-lines {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: white;
}

.xremote-feature-lines p {
    margin: 0;
}

@media (min-width: 769px) {
    .xremote-features-content {
        padding: 0 32px;
    }

    .xremote-features-inner {
        gap: 56px;
        padding: 120px 0;
    }

    .xremote-features-headline {
        font-size: 30px;
    }

    .xremote-features-grid {
        flex-direction: row;
        align-items: flex-start;
    }

    .xremote-feature-icon {
        width: 100px;
        height: 100px;
    }

    .xremote-feature-title {
        font-size: 22px;
    }

    .xremote-feature-lines {
        font-size: 15px;
    }
}

@media (min-width: 1024px) {
    .xremote-features-headline {
        font-size: 36px;
        line-height: 54px;
    }

    .xremote-feature-title {
        font-size: 24px;
    }

    .xremote-feature-lines {
        font-size: 16px;
    }
}

@media (min-width: 1440px) {
    .xremote-features-content {
        padding: 0 64px;
    }

    .xremote-features-inner {
        gap: 64px;
        padding: 160px 0;
    }
}

/* --- XRemote Case Modal Style (Synced Style) --- */
.xremote-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.xremote-modal-overlay.is-active {
    display: flex;
}

.xremote-modal-container {
    background: #fff;
    width: 90%;
    max-width: 800px;
    border-radius: 24px;
    position: relative;
    padding: 32px;
    max-height: 90vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15);
    animation: xremoteModalFade 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes xremoteModalFade {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.xremote-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
}

.xremote-modal-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 46px;
    color: var(--neutral-700, #344054);
    margin: 0;
}

#xremoteModalClose {
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    color: var(--neutral-500, #667085) !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transition: all 0.2s !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: unset !important;
    min-height: unset !important;
    box-shadow: none !important;
}

#xremoteModalClose:hover {
    background: #f1f5f9 !important;
    color: var(--primary-orange, #ec582b) !important;
    transform: rotate(90deg) !important;
}

.xremote-modal-body {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.xremote-modal-image-wrap,
.xremote-modal-video-container {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 20px;
    overflow: hidden;
    background: #000;
    border: 1px solid #eee;
}

.xremote-modal-image,
.xremote-modal-video-container iframe {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.xremote-modal-desc {
    font-size: 18px;
    line-height: 1.8;
    color: var(--neutral-600, #475467);
    margin: 0;
    white-space: pre-line;
}

/* --- XRemote Case Section (Synced Style) --- */
.xremote-case {
    padding: 80px 0;
    background: #fff;
}

.xremote-case-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
}

.xremote-case-headline {
    text-align: center;
    margin-bottom: 64px;
}

.xremote-case-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--brand-900, #101828);
}

.xremote-case-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    width: 100%;
}

.xremote-case-card {
    background: #fff;
    border-radius: 24px;
    border: 2px solid #eef2f6;
    padding: 12px;
    transition: all 0.4s ease;
    cursor: pointer;
    opacity: 0;
    transform: translateY(40px);
}

.xremote-case-card.is-animated {
    opacity: 1;
    transform: translateY(0);
}

.xremote-case-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-visual, 0 20px 24px -4px rgba(16, 24, 40, 0.08));
}

.xremote-case-image-wrap {
    width: 100%;
    aspect-ratio: 16/10;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 24px;
}

.xremote-case-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xremote-case-card-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--neutral-700, #344054);
    margin: 0 0 12px;
    padding: 0 12px;
}

.xremote-case-card-desc {
    font-size: 16px;
    color: var(--neutral-500, #667085);
    line-height: 1.6;
    margin: 0;
    padding: 0 12px 12px;
}

/* --- XRemote FAQ Section --- */
.xremote-faq {
    background: #f1f5fa;
    width: 100%;
    box-sizing: border-box;
}

.xremote-faq-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
}

.xremote-faq-inner {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
    justify-content: center;
    max-width: 1440px;
    width: 100%;
    padding: 64px 0;
}

.xremote-faq-headline {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.5;
    color: rgba(13, 36, 63, 1);
    text-align: center;
    margin: 0;
}

.xremote-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 1200px;
    padding: 0;
}

.xremote-faq-item {
    background: white;
    border-radius: 16px;
    width: 100%;
    cursor: pointer;
    position: relative;
    text-align: left;
    border: none;
    padding: 0;
    font: inherit;
    outline: none;
}

.xremote-faq-item-border {
    position: absolute;
    inset: 0;
    border: 1px solid #d3dde6;
    border-radius: 16px;
    pointer-events: none;
    box-shadow: 0px 5px 15px 0px rgba(25, 33, 61, 0.06);
}

.xremote-faq-item-inner {
    display: flex;
    flex-direction: column;
    padding: 20px 24px;
    width: 100%;
    position: relative;
}

.xremote-faq-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
}

.xremote-faq-item-question {
    flex: 1;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    color: rgba(13, 36, 63, 1);
    letter-spacing: 0.1px;
    margin: 0;
}

.xremote-faq-chevron {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 100px;
    flex-shrink: 0;
    transition: background 0.4s ease-out, box-shadow 0.4s ease-out;
    background: #e9eef3;
    box-shadow: 0px 0.5px 1px 0px rgba(25, 33, 61, 0.07);
}

.xremote-faq-item.open .xremote-faq-chevron {
    background: #ec582b;
    box-shadow: none;
}

.xremote-faq-chevron-svg {
    width: 10px;
    height: 10px;
    display: block;
    flex-shrink: 0;
    overflow: visible;
    transition: transform 0.4s ease-out;
    transform: rotate(180deg);
}

.xremote-faq-item.open .xremote-faq-chevron-svg {
    transform: rotate(-90deg);
}

.xremote-faq-chevron-path {
    transition: stroke 0.4s ease-out;
    stroke: #5A6577;
}

.xremote-faq-item.open .xremote-faq-chevron-path {
    stroke: white;
}

.xremote-faq-item-answer {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease-out, opacity 0.4s ease-out;
}

.xremote-faq-item.open .xremote-faq-item-answer {
    opacity: 1;
}

.xremote-faq-item-answer-inner {
    padding: 16px 0 0;
}

.xremote-faq-item-answer-text {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #3d4555;
    margin: 0;
}

@media (min-width: 769px) {
    .xremote-faq-container {
        padding: 0 32px;
    }

    .xremote-faq-inner {
        gap: 56px;
        padding: 80px 0;
    }

    .xremote-faq-headline {
        font-size: 32px;
    }

    .xremote-faq-item-inner {
        padding: 24px 32px;
    }

    .xremote-faq-item-question {
        font-size: 18px;
    }

    .xremote-faq-item-answer-text {
        font-size: 16px;
    }
}

@media (min-width: 1440px) {
    .xremote-faq-container {
        padding: 0 64px;
    }

    .xremote-faq-inner {
        gap: 64px;
        padding: 100px 0;
    }

    .xremote-faq-headline {
        font-size: 36px;
    }

    .xremote-faq-item-question {
        font-size: 20px;
    }

    .xremote-faq-item-answer-text {
        font-size: 18px;
    }
}















