.elementor-1609 .elementor-element.elementor-element-e4e93ae{--display:flex;}.elementor-1609 .elementor-element.elementor-element-a24d326{--display:flex;}.elementor-1609 .elementor-element.elementor-element-b98abc4{--display:flex;}.elementor-1609 .elementor-element.elementor-element-7a8b8c2{--display:flex;}.elementor-1609 .elementor-element.elementor-element-21417e4{--display:flex;}.elementor-1609 .elementor-element.elementor-element-33fb1e1{--display:flex;}.elementor-1609 .elementor-element.elementor-element-a6e86e1{--display:flex;}.elementor-1609 .elementor-element.elementor-element-4cb899e{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1609 .elementor-element.elementor-element-a24d326{--content-width:1200px;}.elementor-1609 .elementor-element.elementor-element-b98abc4{--content-width:1200px;}.elementor-1609 .elementor-element.elementor-element-7a8b8c2{--content-width:1200px;}.elementor-1609 .elementor-element.elementor-element-21417e4{--content-width:1200px;}.elementor-1609 .elementor-element.elementor-element-33fb1e1{--content-width:1200px;}.elementor-1609 .elementor-element.elementor-element-4cb899e{--content-width:1200px;}}/* Start custom CSS for html, class: .elementor-element-0c8df91 */.hero {
  min-height: 560px;
  display: grid;
  align-items: center;
  background: linear-gradient(90deg, rgba(22,43,77,0.92), rgba(22,43,77,0.65)), 
              url('http://mixijel.space/wp-content/uploads/2026/06/Shutter-background.png') center/cover no-repeat;
  color: var(--white);
  padding: 80px 20px; /* 左右最小安全边距 */
}
/* 1200px 版心容器 */
.hero-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: grid;
}

.hero h1 {
    font-size: 56px;
    line-height: 1.1;
    margin: 0 0 20px;
    letter-spacing: -1px;
}

.hero p {
    font-size: 20px;
    max-width: 620px;
    margin-bottom: 32px;
}

.hero a.btn {
    max-width: 200px;
    text-align: center;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-14a49ba *//* 特色卡片 */
.card {
    background: var(--white);
    border: 1px solid #e6e8eb;
    padding: 28px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.card h3 {
    font-size: 22px;
    margin: 0 0 10px;
    color: var(--navy);
}

.card p {
    color: #566475;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-138b07a *//* 材质/配置卡片 */
.material-card,
.config-card {
    composes: base-card;
    transition: transform 0.3s ease;
}

.config-card:hover {
    transform: translateY(-4px);
}

.material-card .content,
.config-card .content {
    padding: 20px;
}

.material-card .base-img {
    height: 180px;
}

.config-card .base-img {
    height: 160px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-13df888 *//* 滚动轮播 */
.apps-marquee {
    overflow: hidden;
    position: relative;
}

.apps-track {
    display: flex;
    gap: 20px;
    animation: appsScroll 25s linear infinite;
    width: max-content;
}

.apps-track:hover {
    animation-play-state: paused;
}

@keyframes appsScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.app-card {
    flex: 0 0 280px;
    height: 200px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(22, 43, 77, 0.1);
}

.app-card .base-img {
    height: 100%;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2e521a9 *//* 安装滑块 */
.install-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.install-slides {
    position: relative;
    height: 650px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.install-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.install-slide.active {
    opacity: 1;
}

.install-slide .base-img {
    height: 100%;
}

.install-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(22, 43, 77, 0.6);
    color: var(--white);
    padding: 16px 20px;
    text-align: center;
}

.install-caption p {
    font-size: 15px;
    line-height: 1.4;
}

.install-nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
}

.install-nav button {
    padding: 12px 32px;
    border: 2px solid var(--navy);
    background: var(--white);
    color: var(--navy);
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.install-nav button.active,
.install-nav button:hover {
    background: var(--navy);
    color: var(--white);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c886638 *//* 控制面板 & 表格 */
.control-section {
    background: var(--light);
}

.control-content {
    max-width: 1200px;
    margin: 0 auto;
}

.control-img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: var(--radius-lg);
    margin-bottom: 32px;
}

.control-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.control-table th,
.control-table td {
    padding: 18px 24px;
    text-align: left;
    border-bottom: 1px solid #e6e8eb;
}

.control-table th {
    background: var(--navy);
    color: var(--white);
    font-weight: 600;
}

.control-table tr:last-child td {
    border-bottom: none;
}

.control-table tr:hover {
    background: #f8f9fa;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-76f15a1 *//* FAQ */
.faq {
    background: var(--white);
}

.faq .section-title h2 {
    font-size: 42px;
    text-align: center;
}

.faq .section-title p {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 42px;
}

.faq-item {
    background: var(--white);
    border-radius: 16px;
    margin-bottom: 14px;
    padding: 20px 24px;
    box-shadow: 0 4px 12px rgba(22, 43, 77, 0.06);
    border: 1px solid #f0f1f3;
    cursor: pointer;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: var(--navy);
    font-size: 18px;
}

.faq-toggle {
    font-size: 24px;
    color: var(--gold);
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: #566475;
    line-height: 1.6;
    padding: 0;
}

.faq-item.open .faq-toggle {
    transform: rotate(45deg);
}

.faq-item.open .faq-answer {
    max-height: 200px;
    padding-top: 16px;
}

/* CTA */
.cta {
    background: var(--navy);
    color: var(--white);
    text-align: center;
}

.cta h2 {
    font-size: 38px;
    margin: 0 0 14px;
}

.cta p {
    max-width: 680px;
    margin: 0 auto 28px;
    color: #d9e0ea;
}/* End custom CSS */
/* Start custom CSS */:root {
    --navy: #162B4D;
    --gold: #F4BE2A;
    --light: #F4F4F4;
    --text: #1D3557;
    --white: #ffffff;
    --shadow-sm: 0 8px 22px rgba(22, 43, 77, 0.06);
    --shadow-lg: 0 16px 34px rgba(22, 43, 77, 0.12);
    --radius-md: 10px;
    --radius-lg: 12px;
    --gap-base: 24px;
}
/* 全局通用 */
section {
    padding: 80px 8%;
}

.section-title {
    max-width: 760px;
    margin-bottom: 42px;
}

.section-title h2 {
    font-size: 38px;
    color: var(--navy);
    margin: 0 0 12px;
}

.section-title p {
    font-size: 18px;
    color: #526172;
}

.btn {
    display: inline-block;
    background: var(--gold);
    color: var(--navy);
    padding: 14px 26px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
}

.light-section {
    background: var(--light);
}

/* 公共卡片样式 */
.base-card {
    background: var(--white);
    box-shadow: var(--shadow-sm);
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.base-card h3 {
    color: var(--navy);
    margin: 0 0 8px;
}

.base-card p {
    color: #566475;
    font-size: 14px;
    margin: 0;
}

.base-img {
    width: 100%;
    object-fit: cover;
}

/* 网格布局通用 */
.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap-base);
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap-base);
}

/* 响应式 */
@media (max-width: 900px) {
    section {
        padding: 56px 6%;
    }

    .grid-4 {
        grid-template-columns: 1fr 1fr;
    }

    .grid-3 {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .hero {
        padding: 56px 6%;
        grid-template-columns: 1fr;
    }

    .hero h1 {
        font-size: 36px;
    }

    .grid-4,
    .grid-3 {
        grid-template-columns: 1fr;
    }

    .app-card {
        flex: 0 0 220px;
        height: 160px;
    }

    .install-slides {
        height: 280px;
    }
}

@media (max-width: 901px) and (min-width: 601px) {
    .hero h1 {
        font-size: 42px;
    }
}/* End custom CSS */