.elementor-35364 .elementor-element.elementor-element-27200d4{--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-35364 .elementor-element.elementor-element-3729143{width:100%;max-width:100%;}.elementor-35364 .elementor-element.elementor-element-6cd8ceb{--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;}.elementor-35364 .elementor-element.elementor-element-8596cad{width:100%;max-width:100%;}.elementor-35364 .elementor-element.elementor-element-1827071{--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;}.elementor-35364 .elementor-element.elementor-element-1827071.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-35364 .elementor-element.elementor-element-3f4d464{width:100%;max-width:100%;}.elementor-35364 .elementor-element.elementor-element-3cda702{--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;}.elementor-35364 .elementor-element.elementor-element-c691773{width:100%;max-width:100%;}.elementor-35364 .elementor-element.elementor-element-4b5d138{--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;}.elementor-35364 .elementor-element.elementor-element-dfd5549{width:100%;max-width:100%;}.elementor-35364 .elementor-element.elementor-element-19767f4{--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;}.elementor-35364 .elementor-element.elementor-element-cc0c706{width:100%;max-width:100%;}.elementor-35364 .elementor-element.elementor-element-ac71608{--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;}.elementor-35364 .elementor-element.elementor-element-b752d4c{width:100%;max-width:100%;}.elementor-35364 .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;}.elementor-35364 .elementor-element.elementor-element-c963a5b{width:100%;max-width:100%;}@media(min-width:768px){.elementor-35364 .elementor-element.elementor-element-1827071{--width:89.231%;}}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Noto+Sans+TC:wght@400;500;700&family=Inter:wght@400;500;700&display=swap');

/* style.css - Consolidated Styles for ARPlanet Official Website */

/* --- Global Variables & Base Styles --- */
:root {
    /* Brand Colors */
    --brand-900: #0d243f;
    --primary-orange: #ec582b;
    --secondary-600: #ec582b;
    --btn-orange: #ec582b;
    --btn-white: #ffffff;
    --corexr-cyan: #00d1e0;

    /* Neutral Colors */
    --neutral-100: #ffffff;
    --neutral-200: #e9eef3;
    --neutral-500: #5a6577;
    --neutral-600: #3d4555;
    --neutral-700: #1d222b;

    /* Functional Colors & Overlays */
    --bg-accent: #f1f5fa;
    --stats-bg: #f1f5fa;
    --tab-border: #b9c1cf;

    /* Design System Tokens */
    --card-border: 3px solid var(--neutral-200);
    --shadow-card: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    --shadow-hover: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
    --shadow-visual: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    --shadow-xs: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);

    --banner-radius: 32px;
    --card-radius: 32px;
    --image-radius: 24px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans TC', sans-serif;
}


/* --- Hero Section --- */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0 16px;
    font-family: 'Noto Sans TC', sans-serif;
    margin: 0;
    line-height: 1.5;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: border-bottom-left-radius 0.3s ease-out, border-bottom-right-radius 0.3s ease-out;
}

@media (min-width: 769px) {
    .hero-section {
        padding: 0 24px;
    }
}

@media (min-width: 1024px) {
    .hero-section {
        padding: 0 32px;
    }
}

@media (min-width: 1440px) {
    .hero-section {
        padding: 0 64px;
    }
}

.hero-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    transition: opacity 0.7s ease-in-out;
    opacity: 0;
    max-width: none;
    display: block;
    border: none;
}

.hero-bg-img.active {
    opacity: 1;
}

.hero-blur-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(0, 0, 0, 0.25);
    z-index: 0;
    pointer-events: none;
    opacity: 1;
    transition: opacity 604ms ease-out;
}

.hero-blur-overlay.hero-entered {
    opacity: 0;
}

.hero-container {
    position: relative;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 32px 0;
    z-index: 1;
}

@media (min-width: 769px) {
    .hero-container {
        padding: 200px 0;
        gap: 64px;
    }
}

@media (min-width: 1440px) {
    .hero-container {
        flex-direction: row;
        padding: 320px 0;
    }
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    opacity: 0;
    transform: translateX(-64px);
    transition: opacity 604ms ease-out, transform 604ms ease-out;
}

.hero-content.hero-entered {
    opacity: 1;
    transform: translateX(0);
}

@media (min-width: 769px) {
    .hero-content {
        gap: 24px;
        align-items: center;
        text-align: center;
    }
}

@media (min-width: 1440px) {
    .hero-content {
        flex: 1 0 0;
        align-items: flex-start;
        text-align: left;
    }
}

.hero-title {
    font-weight: 700;
    line-height: 1.5;
    font-size: 30px;
    color: white;
    width: 100%;
}

@media (min-width: 769px) {
    .hero-title {
        font-size: 36px;
    }
}

@media (min-width: 1024px) {
    .hero-title {
        font-size: 48px;
        line-height: 68px;
    }
}

.hero-desc {
    font-weight: 500;
    line-height: 1.75;
    font-size: 16px;
    color: white;
    width: 100%;
}

@media (min-width: 769px) {
    .hero-desc {
        font-size: 18px;
        line-height: 30px;
    }
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--brand-900);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    cursor: pointer;
    transition: opacity 0.3s;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.71;
    text-decoration: none;
}

@media (min-width: 769px) {
    .hero-btn {
        padding: 12px 20px;
        font-size: 16px;
        line-height: 1.75;
    }
}

.hero-btn:hover {
    opacity: 0.9;
}

.hero-btn svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.hero-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 800ms cubic-bezier(0.23, 1, 0.32, 1) 200ms, 
                transform 800ms cubic-bezier(0.23, 1, 0.32, 1) 200ms;
}

.hero-content.hero-entered ~ .hero-cards {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 769px) {
    .hero-cards {
        gap: 24px;
    }
}

@media (min-width: 1440px) {
    .hero-cards {
        flex: 1 0 0;
    }
}

.hero-cards-container {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
}

@media (min-width: 769px) {
    .hero-cards-container {
        height: 480px;
    }
}

@media (min-width: 1440px) {
    .hero-cards-container {
        height: 382px;
    }
}

.hero-cards-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-card {
    position: absolute;
    border-radius: 24px;
    overflow: hidden;
    transition: none;
}

.hero-card.animated {
    transition: all 0.8s ease-in-out;
}

.hero-card.active {
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 20;
}

.hero-card.inactive {
    width: 85%;
    height: 80%;
    opacity: 0.5;
}

.hero-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
    display: block;
    border: none;
}

.hero-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
}

.hero-card-border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 4px solid rgba(255, 255, 255, 0.5);
    border-radius: 24px;
    pointer-events: none;
    z-index: 30;
}

.hero-card-click-area {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    cursor: pointer;
    z-index: 10;
}

.hero-card-click-left {
    left: 0;
}

.hero-card-click-right {
    left: 50%;
}

.hero-card-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1px;
    color: white;
    text-align: center;
    width: 100%;
}

@media (min-width: 769px) {
    .hero-card-title {
        font-size: 36px;
        line-height: 54px;
        font-weight: 500;
        letter-spacing: 0;
    }
}

.hero-pagination {
    position: absolute;
    bottom: 64px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    display: flex;
    gap: 18px;
    align-items: center;
    z-index: 50;
    opacity: 0;
    transition: opacity 800ms ease-out 400ms, transform 800ms ease-out 400ms;
}

.hero-blur-overlay.hero-entered ~ .hero-container .hero-pagination,
.hero-entered ~ .hero-pagination,
.hero-content.hero-entered ~ .hero-pagination,
.hero-section:has(.hero-entered) .hero-pagination {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

@media (min-width: 769px) {
    .hero-pagination {
        bottom: 120px;
    }
}

.hero-dot {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    line-height: 0;
}

.hero-dot circle {
    transition: fill-opacity 0.3s;
}


/* --- Blog Section --- */
.blog-section {
    background-color: #ffffff;
    padding: 120px 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.blog-container {
    max-width: 1312px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.blog-headline {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--neutral-700);
    text-align: center;
    width: 100%;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    width: 100%;
}

.blog-card {
    background-color: #ffffff;
    border: 3px solid #e9eef3;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.blog-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.blog-card-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 24px;
    overflow: hidden;
    background-color: #f5f8fa;
}

.blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-img img {
    transform: scale(1.05);
}

.blog-card-content {
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1;
}

.blog-author {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #5a6577;
}

.blog-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #1d222b;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-date {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #5a6577;
    margin-top: auto;
}

.blog-more-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
}

.blog-more-link {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
    text-decoration: none;
}

.blog-more-link-inner {
    display: flex;
    gap: 8px;
    align-items: center;
}

.blog-more-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #ec582b;
    white-space: nowrap;
}

.blog-more-icon {
    width: 18px;
    height: 18px;
    color: #ec582b;
    flex-shrink: 0;
}

.blog-more-line {
    width: 100%;
    height: 2px;
    background: #ec582b;
}

@media (max-width: 1200px) {
    .blog-section {
        padding: 80px 32px;
    }

    .blog-grid {
        gap: 24px;
    }

    .blog-more-text {
        font-size: 24px;
    }

    .blog-more-icon {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 992px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .blog-headline {
        font-size: 32px;
        line-height: 1.5;
    }

    .blog-title {
        font-size: 20px;
        line-height: 1.6;
    }

    .blog-author {
        font-size: 18px;
        line-height: 1.7;
    }

    .blog-more-text {
        font-size: 20px;
    }

    .blog-more-icon {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 768px) {
    .blog-section {
        padding: 60px 16px;
    }

    .blog-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        gap: 20px;
    }

    .blog-headline {
        font-size: 28px;
    }

    .blog-card {
        border-radius: 24px;
    }

    .blog-card-img {
        border-radius: 18px;
    }

    .blog-title {
        font-size: 18px;
    }

    .blog-author,
    .blog-date {
        font-size: 16px;
    }

    .blog-more-text {
        font-size: 20px;
    }

    .blog-more-icon {
        width: 20px;
        height: 20px;
    }

    .blog-more-wrapper {
        justify-content: center;
    }
}

    .cxr-desc {
        font-size: 17px;
        line-height: 1.7;
    }
}

@media (min-width: 1024px) {
    .cxr-desc {
        font-size: 18px;
        line-height: 30px;
    }
}

.cxr-btn-wrapper {
    padding-left: 12px;
    padding-top: 8px;
}

@media (min-width: 769px) {
    .cxr-btn-wrapper {
        padding-top: 16px;
    }
}

@media (min-width: 1024px) {
    .cxr-btn-wrapper {
        padding-top: 24px;
    }
}

.cxr-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0d243f;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.75;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    transition: opacity 0.3s;
    text-decoration: none;
}

@media (min-width: 769px) {
    .cxr-btn {
        padding: 12px 20px;
        font-size: 16px;
        line-height: 28px;
    }
}

.cxr-btn:hover {
    opacity: 0.9;
}

.cxr-btn svg {
    width: 20px;
    height: 20px;
}

.cxr-image-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
    opacity: 0;
    transform: translateX(-64px);
    transition: opacity 604ms ease-out, transform 604ms ease-out;
}

.cxr-image-wrap.cxr-entered {
    opacity: 1;
    transform: translateX(0);
}

@media (min-width: 769px) {
    .cxr-image-wrap {
        border-radius: 20px;
    }
}

@media (min-width: 1024px) {
    .cxr-image-wrap {
        width: 55%;
        aspect-ratio: 4 / 3;
        border-radius: 24px;
    }
}

@media (min-width: 1440px) {
    .cxr-image-wrap {
        width: 640px;
    }
}

.cxr-image-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
}

.corexr-headline {
    font-size: 20px;
}

.corexr-description {
    font-size: 16px;
}
}
}

.button-group {
    flex-direction: column;
    width: 100%;
}

.btn {
    width: 100%;
}

/* Removed legacy CoreXR section to resolve layout conflicts */


/* --- More Product Section --- */
.moreproduct-section {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 16px;
}

.mp-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1312px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

@media (min-width: 769px) {
    .mp-container {
        padding: 48px 0;
    }
}

@media (min-width: 1024px) {
    .mp-container {
        padding: 64px 0;
    }
}

@media (min-width: 1440px) {
    .mp-container {
        padding: 80px 0;
    }
}

.mp-headline {
    font-weight: 700;
    text-align: center;
    color: #1d222b;
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 24px;
}

@media (min-width: 769px) {
    .mp-headline {
        font-size: 32px;
        line-height: 1.5;
        margin-bottom: 32px;
    }
}

@media (min-width: 1024px) {
    .mp-headline {
        font-size: 36px;
        line-height: 54px;
    }
}

.mp-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

@media (min-width: 769px) {
    .mp-cards {
        gap: 32px;
    }
}

@media (min-width: 1024px) {
    .mp-cards {
        flex-direction: row;
    }
}

.mp-card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 1024px) {
    .mp-card {
        flex: 1 0 0;
    }
}

.mp-card-logo {
    padding: 12px 8px;
}

@media (min-width: 769px) {
    .mp-card-logo {
        padding: 16px 8px;
    }
}

.mp-card-logo img {
    height: 28px;
    width: auto;
    object-fit: contain;
}

@media (min-width: 769px) {
    .mp-card-logo img {
        height: 32px;
    }
}

@media (min-width: 1024px) {
    .mp-card-logo img {
        height: 36px;
    }
}

.mp-card-body {
    background: #ffffff;
    border: 3px solid #e9eef3;
    border-radius: 20px;
    padding: 10px;
    margin-top: 8px;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 604ms ease-out, transform 604ms ease-out, box-shadow 0.3s ease;
}

.mp-card-body.mp-animate.mp-entered {
    opacity: 1;
    transform: translateY(0);
}

.mp-card-body.mp-animate.mp-entered:hover {
    transform: translateY(-4px);
    box-shadow: 0px 12px 24px -4px rgba(10, 13, 18, 0.1), 0px 4px 8px -2px rgba(10, 13, 18, 0.06);
}

@media (min-width: 769px) {
    .mp-card-body {
        border-radius: 24px;
        padding: 12px;
        margin-top: 12px;
    }
}

@media (min-width: 1024px) {
    .mp-card-body {
        border-radius: 32px;
    }
}

.mp-card-img {
    position: relative;
    width: 100%;
    height: 240px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
}

@media (min-width: 769px) {
    .mp-card-img {
        height: 320px;
        border-radius: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1024px) {
    .mp-card-img {
        height: 380px;
        border-radius: 24px;
        margin-bottom: 24px;
    }
}

.mp-card-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mp-card-text {
    padding: 0 12px 16px;
}

@media (min-width: 769px) {
    .mp-card-text {
        padding: 0 16px 20px;
    }
}

@media (min-width: 1024px) {
    .mp-card-text {
        padding: 0 16px 24px;
    }
}

.mp-card-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #1d222b;
    margin-bottom: 6px;
}

@media (min-width: 769px) {
    .mp-card-title {
        font-size: 22px;
        line-height: 1.6;
        margin-bottom: 8px;
    }
}

@media (min-width: 1024px) {
    .mp-card-title {
        font-size: 24px;
        line-height: 36px;
    }
}

.mp-card-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    color: #5a6577;
}

@media (min-width: 769px) {
    .mp-card-desc {
        font-size: 17px;
        line-height: 1.7;
    }
}

@media (min-width: 1024px) {
    .mp-card-desc {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width: 1024px) {
    .moreproduct-section {
        padding: 0 24px;
    }
}

@media (max-width: 768px) {
    .moreproduct-section {
        padding: 0 16px;
    }

    .mp-headline {
        font-size: 24px;
    }

    .mp-card-img {
        height: 200px;
    }
}
}

@media (max-width: 576px) {
    .more-products-section {
        padding: 40px 20px;
    }

    .card-body {
        border-radius: 24px;
    }

    .image-container {
        border-radius: 16px;
    }
}

/* --- Service Section --- */
.service-section {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 16px;
}

.svc-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1312px;
    width: 100%;
    margin: 0 auto;
    padding: 48px 0;
    gap: 40px;
}

@media (min-width: 769px) {
    .svc-container {
        padding: 56px 0;
        gap: 48px;
    }
}

@media (min-width: 1024px) {
    .svc-container {
        padding: 60px 0;
        gap: 56px;
    }
}

@media (min-width: 1440px) {
    .svc-container {
        padding: 64px 0;
        gap: 64px;
    }
}

.svc-headline-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1020px;
    width: 100%;
    gap: 12px;
}

@media (min-width: 769px) {
    .svc-headline-wrapper {
        gap: 14px;
    }
}

@media (min-width: 1024px) {
    .svc-headline-wrapper {
        gap: 15px;
    }
}

@media (min-width: 1440px) {
    .svc-headline-wrapper {
        gap: 16px;
    }
}

.svc-headline {
    font-weight: 700;
    text-align: center;
    color: #1d222b;
    font-size: 28px;
    line-height: 1.4;
}

@media (min-width: 769px) {
    .svc-headline {
        font-size: 32px;
        line-height: 1.5;
    }
}

@media (min-width: 1024px) {
    .svc-headline {
        font-size: 36px;
        line-height: 54px;
    }
}

.svc-desc {
    font-weight: 500;
    text-align: center;
    color: #3d4555;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.1px;
}

@media (min-width: 769px) {
    .svc-desc {
        font-size: 18px;
        line-height: 1.7;
    }
}

@media (min-width: 1024px) {
    .svc-desc {
        font-size: 20px;
        line-height: 32px;
    }
}

.svc-features {
    background: #f1f5fa;
    border-radius: 24px;
    width: 100%;
    padding: 24px;
}

@media (min-width: 769px) {
    .svc-features {
        padding: 32px;
        border-radius: 26px;
    }
}

@media (min-width: 1024px) {
    .svc-features {
        padding: 40px;
        border-radius: 28px;
    }
}

@media (min-width: 1440px) {
    .svc-features {
        padding: 48px;
        border-radius: 32px;
    }
}

.svc-features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
}

@media (min-width: 769px) {
    .svc-features-grid {
        gap: 28px;
    }
}

@media (min-width: 1024px) {
    .svc-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
}

.svc-feature {
    background: #f1f5fa;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 604ms ease-out, transform 604ms ease-out;
}

.svc-feature.svc-entered {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 769px) {
    .svc-feature {
        border-radius: 26px;
    }
}

@media (min-width: 1024px) {
    .svc-feature {
        border-radius: 28px;
    }
}

@media (min-width: 1440px) {
    .svc-feature {
        border-radius: 32px;
    }
}

.svc-feature-inner {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 20px 20px 24px;
}

@media (min-width: 769px) {
    .svc-feature-inner {
        gap: 20px;
        padding: 22px 24px 26px;
    }
}

@media (min-width: 1024px) {
    .svc-feature-inner {
        gap: 22px;
        padding: 23px 28px 28px;
    }
}

@media (min-width: 1440px) {
    .svc-feature-inner {
        gap: 24px;
        padding: 24px 32px 32px;
    }
}

.svc-feature-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #1d222b;
}

@media (min-width: 769px) {
    .svc-feature-title {
        font-size: 22px;
        line-height: 1.6;
    }
}

@media (min-width: 1024px) {
    .svc-feature-title {
        font-size: 24px;
        line-height: 36px;
    }
}

.svc-feature-img {
    position: relative;
    width: 100%;
    aspect-ratio: 356 / 224;
    border-radius: 18px;
    overflow: hidden;
}

@media (min-width: 769px) {
    .svc-feature-img {
        border-radius: 20px;
    }
}

@media (min-width: 1024px) {
    .svc-feature-img {
        border-radius: 22px;
    }
}

@media (min-width: 1440px) {
    .svc-feature-img {
        border-radius: 24px;
    }
}

.svc-feature-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.svc-feature-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    color: #5a6577;
}

@media (min-width: 769px) {
    .svc-feature-desc {
        font-size: 17px;
        line-height: 1.7;
    }
}

@media (min-width: 1024px) {
    .svc-feature-desc {
        font-size: 18px;
        line-height: 30px;
    }
}

.svc-feature-link-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    flex: 1;
}

.svc-feature-link {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
    cursor: pointer;
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
}

.svc-feature-link-inner {
    display: flex;
    gap: 4px;
    align-items: center;
}

.svc-feature-link-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
    color: #ec582b;
    white-space: nowrap;
}

@media (min-width: 769px) {
    .svc-feature-link-text {
        font-size: 15px;
        line-height: 1.7;
    }
}

@media (min-width: 1024px) {
    .svc-feature-link-text {
        font-size: 16px;
        line-height: 28px;
    }
}

.svc-feature-link-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

@media (min-width: 769px) {
    .svc-feature-link-icon {
        width: 18px;
        height: 18px;
    }
}

@media (min-width: 1024px) {
    .svc-feature-link-icon {
        width: 20px;
        height: 20px;
    }
}

.svc-feature-link-line {
    width: 100%;
    height: 2px;
    background: #ec582b;
}

@media (max-width: 1200px) {
    .service-section {
        padding: 0 24px;
    }
}

@media (max-width: 1024px) {
    .service-section {
        padding: 0 24px;
    }
}

@media (max-width: 768px) {
    .service-section {
        padding: 0 16px;
    }

    .svc-headline {
        font-size: 24px;
    }

    .svc-features {
        padding: 20px;
    }
}

/* --- Statistics / Social Proof Section --- */
.statistics-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
    font-family: 'Noto Sans TC', sans-serif;
    background: linear-gradient(180deg, #f5f7fa 0%, #e9eef5 100%);
    overflow: hidden;
}

@media (min-width: 769px) {
    .statistics-section {
        padding: 0 24px;
    }
}

@media (min-width: 1024px) {
    .statistics-section {
        padding: 0 32px;
    }
}

@media (min-width: 1440px) {
    .statistics-section {
        padding: 0 64px;
    }
}

.stat-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    z-index: 0;
}

.stat-dots {
    position: absolute;
    inset: 0;
    opacity: 0.4;
    background-image: radial-gradient(circle, #c5d0dd 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
    z-index: 1;
}

.stat-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1312px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 48px 0;
}

@media (min-width: 769px) {
    .stat-container {
        padding: 64px 0;
    }
}

@media (min-width: 1024px) {
    .stat-container {
        padding: 80px 0;
    }
}

@media (min-width: 1440px) {
    .stat-container {
        padding: 100px 0;
    }
}

.stat-headline {
    font-weight: 700;
    text-align: center;
    color: #1d222b;
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 32px;
}

@media (min-width: 769px) {
    .stat-headline {
        font-size: 32px;
        line-height: 1.5;
        margin-bottom: 48px;
    }
}

@media (min-width: 1024px) {
    .stat-headline {
        font-size: 36px;
        line-height: 54px;
        margin-bottom: 56px;
    }
}

.stat-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-bottom: 56px;
}

@media (min-width: 769px) {
    .stat-cards {
        gap: 24px;
        margin-bottom: 72px;
    }
}

@media (min-width: 1024px) {
    .stat-cards {
        flex-direction: row;
        gap: 32px;
        margin-bottom: 88px;
    }
}

.stat-card {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 20px;
    border-radius: 16px;
    border: 2px solid #e9eef3;
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 604ms ease-out, transform 604ms ease-out, box-shadow 0.3s ease;
}

.stat-card.stat-entered {
    opacity: 1;
    transform: translateY(0);
}

.stat-card.stat-entered:hover {
    transform: translateY(-4px);
    box-shadow: 0px 12px 24px -4px rgba(10, 13, 18, 0.1), 0px 4px 8px -2px rgba(10, 13, 18, 0.06);
}

@media (min-width: 769px) {
    .stat-card {
        padding: 28px 24px;
        border-radius: 20px;
    }
}

@media (min-width: 1024px) {
    .stat-card {
        flex: 1 0 0;
        padding: 32px;
        border-radius: 24px;
    }
}

.stat-card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.stat-number {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
    color: #1d222b;
    text-align: center;
    white-space: nowrap;
}

@media (min-width: 769px) {
    .stat-number {
        font-size: 42px;
        line-height: 1.3;
    }
}

@media (min-width: 1024px) {
    .stat-number {
        font-size: 48px;
        line-height: 68px;
    }
}

.stat-divider-wrap {
    width: 100%;
    height: 24px;
    display: flex;
    align-items: center;
}

@media (min-width: 769px) {
    .stat-divider-wrap {
        height: 28px;
    }
}

@media (min-width: 1024px) {
    .stat-divider-wrap {
        height: 32px;
    }
}

.stat-divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(185, 193, 207, 0) 0%, #B9C1CF 20%, #B9C1CF 50%, #B9C1CF 80%, rgba(185, 193, 207, 0) 100%);
}

.stat-label-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 4px;
}

.stat-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #1d222b;
    text-align: center;
    white-space: nowrap;
}

@media (min-width: 769px) {
    .stat-label {
        font-size: 16px;
        line-height: 1.6;
    }
}

@media (min-width: 1024px) {
    .stat-label {
        font-size: 18px;
        line-height: 30px;
    }
}

.stat-arrow {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: #52BB60;
}

@media (min-width: 769px) {
    .stat-arrow {
        width: 18px;
        height: 18px;
    }
}

@media (min-width: 1024px) {
    .stat-arrow {
        width: 20px;
        height: 20px;
    }
}

.stat-partners {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    align-items: center;
    justify-items: center;
}

@media (min-width: 769px) {
    .stat-partners {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
}

@media (min-width: 1024px) {
    .stat-partners {
        grid-template-columns: repeat(4, 1fr);
        gap: 32px;
    }
}

@media (min-width: 1440px) {
    .stat-partners {
        grid-template-columns: repeat(6, 1fr);
        gap: 40px;
    }
}

.stat-partner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 8px 12px;
}

@media (min-width: 769px) {
    .stat-partner {
        height: 70px;
    }
}

@media (min-width: 1024px) {
    .stat-partner {
        height: 80px;
    }
}

.stat-partner img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(0%) brightness(1) saturate(0.9);
    opacity: 0.85;
    transition: all 0.3s ease;
}

.stat-partner img:hover {
    filter: grayscale(0%) brightness(1.1) saturate(1);
    transform: scale(1.08);
    opacity: 1;
}

/* --- Solution Section --- */
.solution-section {
    background-color: #ffffff;
    padding: 64px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

@media (min-width: 768px) {
    .solution-section {
        padding: 80px 24px;
    }
}

@media (min-width: 1024px) {
    .solution-section {
        padding: 120px 32px;
    }
}

@media (min-width: 1440px) {
    .solution-section {
        padding: 120px 64px;
    }
}

.solution-container {
    max-width: 1920px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

@media (min-width: 768px) {
    .solution-container {
        gap: 48px;
    }
}

@media (min-width: 1440px) {
    .solution-container {
        gap: 64px;
        max-width: 1440px;
    }
}

.sol-headline {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.1px;
    color: #1d222b;
    text-align: center;
}

@media (min-width: 768px) {
    .sol-headline {
        font-size: 30px;
        line-height: 46px;
        letter-spacing: normal;
    }
}

@media (min-width: 1024px) {
    .sol-headline {
        font-size: 36px;
        line-height: 54px;
    }
}

.sol-tabs-wrapper {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sol-tabs-wrapper::-webkit-scrollbar {
    display: none;
}

.sol-tabs {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: max-content; /* Helps prevent mobile clip in Safari */
    min-width: 100%;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

@media (min-width: 768px) {
    .sol-tabs {
        gap: 32px;
        justify-content: center;
    }
}

@media (min-width: 1024px) {
    .sol-tabs {
        gap: 40px;
    }
}

.sol-tabs::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 3px solid rgba(185, 193, 207, 0.3);
    pointer-events: none;
}

.sol-tab {
    background: none;
    border: none;
    position: relative;
    padding: 16px 0;
    cursor: pointer;
    flex-shrink: 0;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #5a6577;
    white-space: nowrap;
    word-break: keep-all;
    transition: color 0.3s;
}

@media (min-width: 768px) {
    .sol-tab {
        font-size: 24px;
        line-height: 36px;
    }
}

.sol-tab.active {
    color: #1d222b;
}

.sol-tab::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #ec582b;
    opacity: 0;
    transition: opacity 0.3s;
}

.sol-tab.active::after {
    opacity: 1;
}

.sol-carousel {
    position: relative;
    width: 100%;
    /* We match container heights to the active card's aspect-ratio computed height + paddings if any */
    height: 220px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .sol-carousel {
        height: 380px;
    }
}

@media (min-width: 1024px) {
    .sol-carousel {
        height: 540px;
    }
}

@media (min-width: 1440px) {
    .sol-carousel {
        height: 680px;
    }
}

.sol-carousel-inner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sol-card-wrapper {
    position: absolute;
    top: 50%;
    /* Base positioning left to JS */
    width: 100%;
    aspect-ratio: 1184 / 665;
    height: auto;
    max-width: calc(100% - 32px);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, filter 0.5s ease-in-out, left 0.5s ease-in-out, right 0.5s ease-in-out;
    border-radius: 12px;
    overflow: hidden;
    visibility: hidden;
}

@media (min-width: 768px) {
    .sol-card-wrapper {
        max-width: calc(100% - 112px);
        border-radius: 20px;
    }
}

@media (min-width: 1024px) {
    .sol-card-wrapper {
        max-width: calc(100% - 112px);
        border-radius: 24px;
    }
}

@media (min-width: 1440px) {
    .sol-card-wrapper {
        width: 1184px;
        max-width: 100%;
    }
}

.sol-card-wrapper img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sol-card-gradient-active {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.5) 100%);
}

.sol-card-gradient-inactive {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.sol-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    padding: 16px 24px;
    height: auto;
}

@media (min-width: 768px) {
    .sol-card-content {
        padding: 16px 32px 24px 32px;
    }
}

@media (min-width: 1024px) {
    .sol-card-content {
        padding: 32px 32px 40px 32px;
    }
}

@media (min-width: 1440px) {
    .sol-card-content {
        padding: 64px 64px 56px 64px;
        height: 270px;
    }
}

.sol-card-content-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

.sol-card-content-blur {
    position: absolute;
    inset: 0;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    mask-image: linear-gradient(to top, black 0%, black 30%, transparent 70%);
    -webkit-mask-image: linear-gradient(to top, black 0%, black 30%, transparent 70%);
    pointer-events: none;
}

.sol-card-content-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    width: 100%;
    position: relative;
    z-index: 10;
}

@media (min-width: 1024px) {
    .sol-card-content-inner {
        gap: 40px;
    }
}

@media (min-width: 1440px) {
    .sol-card-content-inner {
        flex-direction: row;
        align-items: center;
        gap: 120px;
    }
}

.sol-card-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: white;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .sol-card-desc {
        font-size: 18px;
        line-height: 30px;
        font-weight: 500;
    }
}

@media (min-width: 1440px) {
    .sol-card-desc {
        font-size: 20px;
        line-height: 32px;
        font-weight: 400;
    }
}

.sol-more-link {
    display: none;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
    flex-shrink: 0;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    text-decoration: none;
}

@media (min-width: 1024px) {
    .sol-more-link {
        display: flex;
    }
}

.sol-more-link-inner {
    display: flex;
    gap: 4px;
    align-items: center;
}

@media (min-width: 1440px) {
    .sol-more-link-inner {
        gap: 8px;
    }
}

.sol-more-link-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: white;
    white-space: nowrap;
}

@media (min-width: 1440px) {
    .sol-more-link-text {
        font-size: 24px;
        line-height: 36px;
        font-weight: 400;
    }
}

.sol-more-link-line {
    width: 100%;
    height: 2px;
    background: white;
}


/* --- XRemote Section --- */
.xremote-section {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 16px;
}

@media (min-width: 769px) {
    .xremote-section {
        padding: 0 24px;
    }
}

@media (min-width: 1024px) {
    .xremote-section {
        padding: 0 32px;
    }
}

@media (min-width: 1440px) {
    .xremote-section {
        padding: 0 64px;
    }
}

.xr-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1312px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

@media (min-width: 769px) {
    .xr-container {
        padding: 48px 0;
    }
}

@media (min-width: 1024px) {
    .xr-container {
        padding: 64px 0;
    }
}

@media (min-width: 1440px) {
    .xr-container {
        padding: 80px 0;
    }
}

.xr-main {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    width: 100%;
}

@media (min-width: 769px) {
    .xr-main {
        gap: 40px;
    }
}

@media (min-width: 1024px) {
    .xr-main {
        flex-direction: row;
        gap: 48px;
        align-items: center;
    }
}

@media (min-width: 1440px) {
    .xr-main {
        gap: 64px;
    }
}

.xr-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    width: 100%;
    flex-shrink: 0;
    opacity: 0;
    transform: translateX(-64px);
    transition: opacity 604ms ease-out, transform 604ms ease-out;
}

.xr-content.xr-entered {
    opacity: 1;
    transform: translateX(0);
}

@media (min-width: 769px) {
    .xr-content {
        gap: 24px;
    }
}

@media (min-width: 1024px) {
    .xr-content {
        flex: 1 1 0;
        min-width: 0;
        flex-shrink: 1;
    }
}

.xr-logo {
    padding: 8px 12px;
}

.xr-logo img {
    height: 32px;
    width: auto;
    object-fit: contain;
}

@media (min-width: 769px) {
    .xr-logo img {
        height: 40px;
    }
}

@media (min-width: 1024px) {
    .xr-logo img {
        height: 48px;
    }
}

.xr-divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #B9C1CF 0%, #B9C1CF 50%, rgba(185, 193, 207, 0) 100%);
}

.xr-text {
    padding-left: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (min-width: 769px) {
    .xr-text {
        gap: 16px;
    }
}

.xr-subtitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #1d222b;
}

@media (min-width: 769px) {
    .xr-subtitle {
        font-size: 22px;
        line-height: 1.6;
    }
}

@media (min-width: 1024px) {
    .xr-subtitle {
        font-size: 24px;
        line-height: 36px;
    }
}

.xr-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.65;
    color: #5a6577;
    max-width: 600px;
}

@media (min-width: 769px) {
    .xr-desc {
        font-size: 17px;
        line-height: 1.7;
    }
}

@media (min-width: 1024px) {
    .xr-desc {
        font-size: 18px;
        line-height: 30px;
    }
}

.xr-btn-wrapper {
    padding-left: 12px;
    padding-top: 8px;
}

@media (min-width: 769px) {
    .xr-btn-wrapper {
        padding-top: 16px;
    }
}

@media (min-width: 1024px) {
    .xr-btn-wrapper {
        padding-top: 24px;
    }
}

.xr-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0d243f;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.75;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    transition: opacity 0.3s;
    text-decoration: none;
}

@media (min-width: 769px) {
    .xr-btn {
        padding: 12px 20px;
        font-size: 16px;
        line-height: 28px;
    }
}

.xr-btn:hover {
    opacity: 0.9;
}

.xr-btn svg {
    width: 20px;
    height: 20px;
}

.xr-video-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
    opacity: 0;
    transform: translateX(64px);
    transition: opacity 604ms ease-out, transform 604ms ease-out;
}

.xr-video-wrap.xr-entered {
    opacity: 1;
    transform: translateX(0);
}

@media (min-width: 769px) {
    .xr-video-wrap {
        border-radius: 20px;
    }
}

@media (min-width: 1024px) {
    .xr-video-wrap {
        width: 55%;
        aspect-ratio: 4 / 3;
        border-radius: 24px;
    }
}

@media (min-width: 1440px) {
    .xr-video-wrap {
        width: 640px;
    }
}

.xr-video-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ============================================
   CoreXR Section - Layout & Animations
   ============================================ */
.corexr-section {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 16px;
}

@media (min-width: 769px) { .corexr-section { padding: 0 24px; } }
@media (min-width: 1024px) { .corexr-section { padding: 0 32px; } }
@media (min-width: 1440px) { .corexr-section { padding: 0 64px; } }

.cxr-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1312px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

@media (min-width: 769px) { .cxr-container { padding: 48px 0; } }
@media (min-width: 1024px) { .cxr-container { padding: 64px 0; } }
@media (min-width: 1440px) { .cxr-container { padding: 80px 0; } }

.cxr-main {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    width: 100%;
}

@media (min-width: 769px) { .cxr-main { gap: 40px; } }
@media (min-width: 1024px) { 
    .cxr-main { 
        flex-direction: row-reverse; 
        gap: 48px; 
        align-items: center; 
    } 
}
@media (min-width: 1440px) { .cxr-main { gap: 64px; } }

.cxr-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    width: 100%;
    flex-shrink: 0;
    opacity: 0;
    transform: translateX(64px);
    transition: opacity 604ms ease-out, transform 604ms ease-out;
}

.cxr-content.cxr-entered {
    opacity: 1;
    transform: translateX(0);
}

@media (min-width: 769px) { .cxr-content { gap: 24px; } }
@media (min-width: 1024px) { .cxr-content { flex: 1 1 0; min-width: 0; flex-shrink: 1; } }

.cxr-logo { padding: 8px 12px; }
.cxr-logo img { height: 32px; width: auto; object-fit: contain; }
@media (min-width: 769px) { .cxr-logo img { height: 40px; } }
@media (min-width: 1024px) { .cxr-logo img { height: 48px; } }

.cxr-divider {
    width: 100%; height: 2px;
    background: linear-gradient(90deg, #B9C1CF 0%, #B9C1CF 50%, rgba(185,193,207,0) 100%);
}

.cxr-text { padding-left: 12px; display: flex; flex-direction: column; gap: 12px; }
@media (min-width: 769px) { .cxr-text { gap: 16px; } }

.cxr-subtitle {
    font-weight: 700;
    font-size: 20px; 
    line-height: 1.5;
    color: #1d222b;
}

@media (min-width: 769px) { .cxr-subtitle { font-size: 22px; line-height: 1.6; } }
@media (min-width: 1024px) { .cxr-subtitle { font-size: 24px; line-height: 36px; } }

/* ============================================
   More Product Section - Scroll Animations
   ============================================ */
.moreproduct-section .mp-card-body.mp-animate {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 604ms ease-out, transform 604ms ease-out, box-shadow 0.3s ease;
}

.moreproduct-section .mp-card-body.mp-animate.mp-entered {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================
   Blog Section - Scroll Animations
   ============================================ */
.blog-section .blog-card.blog-animate {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 604ms ease-out, transform 604ms ease-out;
}

.blog-section .blog-card.blog-entered {
    opacity: 1;
    transform: translateY(0);
}

.blog-section .blog-card.blog-entered:hover {
    transform: translateY(-4px);
}

/* ============================================
   Service Section - Scroll Animations
   ============================================ */
.service-section .svc-feature.svc-animate {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 604ms ease-out, transform 604ms ease-out;
}

.service-section .svc-feature.svc-entered {
    opacity: 1;
    transform: translateY(0);
}













