.xnshop-page {
    margin-top: 60px;
    min-width: 1200px;
}

.xnshop-hero {
    position: relative;
    z-index: 1000;
    padding: 100px 0 80px;
    background: linear-gradient(135deg, #0f172a 0%, #098f7c 45%, #01635a 100%);
    overflow: visible;
    color: #fff;
}

.xnshop-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 80%, rgba(22, 186, 170, 0.25) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(30, 159, 255, 0.2) 0%, transparent 50%);
    pointer-events: none;
}

.xnshop-hero .hero-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.xnshop-hero .badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 13px;
    margin-bottom: 24px;
    letter-spacing: 1px;
}

.xnshop-hero h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.xnshop-hero .subtitle {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 36px;
}

.xnshop-hero .hero-btns {
    margin-bottom: 28px;
}

.xnshop-hero .hero-btns .layui-btn {
    padding: 0 32px;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    margin: 0 8px;
    border-radius: 6px;
}

.xnshop-hero .hero-btns .btn-outline {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
}

.xnshop-hero .hero-btns .btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.demo-dropdown-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 1100;
}

/* 透明桥接层，填补按钮与弹层之间的水平空隙 */
.demo-dropdown-wrap::after {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: 100%;
    width: 16px;
}

.demo-dropdown-panel {
    display: none;
    position: absolute;
    top: 50%;
    left: calc(100% + 12px);
    transform: translateY(-50%);
    background: #fff;
    color: #333;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
    padding: 12px 14px;
    width: 370px;
    z-index: 1101;
    text-align: left;
    pointer-events: auto;
    box-sizing: border-box;
}

.demo-dropdown-panel::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -8px;
    transform: translateY(-50%);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #fff;
}

.demo-dropdown-wrap.open .demo-dropdown-panel {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.demo-dropdown-panel .demo-qr {
    flex-shrink: 0;
    text-align: center;
    width: 88px;
}

.demo-dropdown-panel .demo-qr img {
    width: 88px;
    height: 88px;
    border: 1px solid #eee;
    border-radius: 8px;
    display: block;
}

.demo-dropdown-panel .demo-qr p {
    font-size: 11px;
    color: #999;
    margin-top: 6px;
    white-space: nowrap;
}

.demo-dropdown-panel .demo-links {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.demo-dropdown-panel .demo-links .demo-label {
    font-size: 13px;
    color: #333;
    font-weight: 600;
    margin-bottom: 2px;
}

.demo-dropdown-panel .demo-links .demo-url-row {
    line-height: 1.5;
}

.demo-dropdown-panel .demo-links .demo-link {
    font-size: 12px;
    color: #098f7c;
    word-break: break-all;
}

.demo-dropdown-panel .demo-links .demo-link:hover {
    color: #01635a;
    text-decoration: underline;
}

.demo-dropdown-panel .demo-links .demo-account,
.xnshop-hero .demo-dropdown-panel .demo-links .demo-account {
    margin-top: 4px;
    font-size: 11px;
    color: #666;
    line-height: 1.4;
}

.demo-dropdown-panel .demo-links .demo-copy {
    display: inline;
    font-size: 12px !important;
    line-height: 1;
    color: #666;
    cursor: pointer;
    margin-left: 4px;
    vertical-align: middle;
    transition: color 0.2s;
}

.demo-dropdown-panel .demo-links .demo-copy:hover {
    color: #098f7c;
}

.demo-dropdown-panel .demo-links .demo-item-block {
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
}

.demo-dropdown-panel .demo-links .demo-item-block:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.xnshop-hero .trust {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.xnshop-hero .trust span {
    margin: 0 12px;
}

.xnshop-hero .hero-tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 32px;
}

.xnshop-hero .hero-tags span {
    padding: 8px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 14px;
    letter-spacing: 0.5px;
}

.xnshop-hero .hero-tags span strong {
    color: #5eead4;
    font-weight: 600;
}

.xnshop-smart {
    background: linear-gradient(135deg, #f0fdf9 0%, #ecfeff 100%);
    border-top: 1px solid #d1fae5;
    border-bottom: 1px solid #d1fae5;
}

.xnshop-smart .smart-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.xnshop-smart .smart-content h2 {
    font-size: 30px;
    color: #0f172a;
    margin-bottom: 16px;
    line-height: 1.4;
}

.xnshop-smart .smart-content h2 em {
    color: #098f7c;
    font-style: normal;
}

.xnshop-smart .smart-content p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 24px;
}

.xnshop-smart .smart-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.xnshop-smart .smart-points .point {
    background: #fff;
    border-radius: 10px;
    padding: 18px 20px;
    border: 1px solid #e2e8f0;
}

.xnshop-smart .smart-points .point h4 {
    font-size: 15px;
    color: #098f7c;
    margin-bottom: 6px;
}

.xnshop-smart .smart-points .point p {
    font-size: 13px;
    color: #94a3b8;
    margin: 0;
    line-height: 1.6;
}

.xnshop-smart .smart-visual {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 32px rgba(9, 143, 124, 0.1);
}

.xnshop-smart .smart-visual .flow-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px dashed #e2e8f0;
}

.xnshop-smart .smart-visual .flow-item:last-child {
    border-bottom: none;
}

.xnshop-smart .smart-visual .flow-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: linear-gradient(135deg, #098f7c, #01635a);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.xnshop-smart .smart-visual .flow-text h4 {
    font-size: 14px;
    color: #334155;
    margin-bottom: 4px;
}

.xnshop-smart .smart-visual .flow-text p {
    font-size: 12px;
    color: #94a3b8;
    margin: 0;
}

.xnshop-ai-grid .ai-card.primary {
    border-color: rgba(94, 234, 212, 0.35);
    background: rgba(94, 234, 212, 0.08);
}

.xnshop-ai-grid .ai-card.primary h3 {
    font-size: 20px;
}

.xnshop-anchor {
    background: #fff;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 60px;
    z-index: 999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.xnshop-anchor ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.xnshop-anchor ul li a {
    display: block;
    padding: 0 24px;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    color: #666;
    transition: color 0.2s;
}

.xnshop-anchor ul li a:hover,
.xnshop-anchor ul li a.active {
    color: #16baaa;
}

.xnshop-anchor .anchor-cta {
    margin-left: 20px;
}

.xnshop-section {
    padding: 70px 0;
}

.xnshop-section.alt {
    background: #fff;
}

.xnshop-section .section-head {
    text-align: center;
    margin-bottom: 50px;
}

.xnshop-section .section-head h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 12px;
    font-weight: 600;
}

.xnshop-section .section-head p {
    font-size: 15px;
    color: #999;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.7;
}

.xnshop-section .section-head .lead {
    font-size: 17px;
    color: #16baaa;
    margin-top: 20px;
    font-weight: 500;
}

.xnshop-pain {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.xnshop-pain .pain-card {
    background: #fff;
    border-radius: 12px;
    padding: 36px 28px;
    text-align: center;
    border: 1px solid #eee;
    transition: box-shadow 0.3s, transform 0.3s;
}

.xnshop-pain .pain-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.xnshop-pain .pain-icon {
    font-size: 40px;
    margin-bottom: 16px;
}

.xnshop-pain .pain-card h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 12px;
}

.xnshop-pain .pain-card p {
    font-size: 14px;
    color: #888;
    line-height: 1.7;
}

.xnshop-highlights {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.xnshop-highlights .hl-card {
    background: #fff;
    border-radius: 12px;
    padding: 32px 24px;
    border: 1px solid #eee;
    transition: all 0.3s;
}

.xnshop-highlights .hl-card:hover {
    border-color: #16baaa;
    box-shadow: 0 6px 20px rgba(22, 186, 170, 0.12);
}

.xnshop-highlights .hl-icon {
    font-size: 36px;
    margin-bottom: 16px;
}

.xnshop-highlights .hl-card h3 {
    font-size: 17px;
    color: #333;
    margin-bottom: 10px;
}

.xnshop-highlights .hl-card p {
    font-size: 13px;
    color: #888;
    line-height: 1.7;
}

.xnshop-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.xnshop-features .feat-block {
    background: #fff;
    border-radius: 12px;
    padding: 28px 32px;
    border: 1px solid #eee;
}

.xnshop-features .feat-block h3 {
    font-size: 18px;
    color: #16baaa;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #e8e8e8;
}

.xnshop-features .feat-block h3 .layui-icon {
    margin-right: 6px;
}

.xnshop-features .feat-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.xnshop-features .feat-block ul li {
    font-size: 14px;
    color: #666;
    line-height: 2;
    padding-left: 18px;
    position: relative;
}

.xnshop-features .feat-block ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #16baaa;
}

.xnshop-ai {
    background: linear-gradient(180deg, #0f172a 0%, #1a2744 100%);
    color: #fff;
}

.xnshop-ai .section-head h2 {
    color: #fff;
}

.xnshop-ai .section-head p {
    color: rgba(255, 255, 255, 0.65);
}

.xnshop-ai-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.xnshop-ai-grid .ai-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 28px 32px;
    transition: background 0.3s;
}

.xnshop-ai-grid .ai-card:hover {
    background: rgba(255, 255, 255, 0.1);
}

.xnshop-ai-grid .ai-card.full {
    grid-column: 1 / -1;
}

.xnshop-ai-grid .ai-card h3 {
    font-size: 18px;
    margin-bottom: 14px;
    color: #5eead4;
}

.xnshop-ai-grid .ai-card p,
.xnshop-ai-grid .ai-card li {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.8;
}

.xnshop-ai-grid .ai-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.xnshop-ai-grid .ai-card ul li {
    padding-left: 16px;
    position: relative;
}

.xnshop-ai-grid .ai-card ul li::before {
    content: '·';
    position: absolute;
    left: 0;
    color: #5eead4;
}

.xnshop-ai-table {
    width: 100%;
    margin-top: 12px;
    border-collapse: collapse;
    font-size: 13px;
}

.xnshop-ai-table th,
.xnshop-ai-table td {
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
}

.xnshop-ai-table th {
    background: rgba(255, 255, 255, 0.05);
    color: #5eead4;
    font-weight: 500;
}

.xnshop-platforms {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.xnshop-platforms .platform-card {
    background: #fff;
    border-radius: 12px;
    padding: 36px 28px;
    text-align: center;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.xnshop-platforms .platform-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #16baaa, #1e9fff);
}

.xnshop-platforms .platform-tag {
    display: inline-block;
    padding: 4px 12px;
    background: #f0fdf9;
    color: #16baaa;
    border-radius: 4px;
    font-size: 12px;
    margin-bottom: 12px;
}

.xnshop-platforms .platform-card h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 8px;
}

.xnshop-platforms .platform-card .platform-name {
    font-size: 14px;
    color: #16baaa;
    font-family: monospace;
    margin-bottom: 16px;
}

.xnshop-platforms .platform-card p {
    font-size: 14px;
    color: #888;
    line-height: 1.7;
}

.xnshop-platforms .platform-note {
    text-align: center;
    margin-top: 32px;
    font-size: 15px;
    color: #666;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    border: 1px dashed #ddd;
}

.xnshop-pricing-tabs {
    text-align: center;
    margin-bottom: 40px;
}

.xnshop-pricing-tabs .tab-btn {
    display: inline-block;
    padding: 10px 32px;
    margin: 0 6px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #ddd;
    background: #fff;
    color: #666;
    transition: all 0.2s;
}

.xnshop-pricing-tabs .tab-btn.active {
    background: #16baaa;
    border-color: #16baaa;
    color: #fff;
}

.xnshop-pricing {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    width: 100%;
}

.xnshop-pricing .price-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eee;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.xnshop-pricing .price-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.xnshop-pricing .price-card.featured {
    border-color: #16baaa;
    box-shadow: 0 8px 24px rgba(22, 186, 170, 0.15);
    transform: scale(1.03);
}

.xnshop-pricing .price-card.featured:hover {
    transform: scale(1.03) translateY(-6px);
}

.xnshop-pricing .price-header {
    padding: 32px 24px;
    text-align: center;
    background: linear-gradient(135deg, #f8f9fa, #fff);
}

.xnshop-pricing .price-card.featured .price-header {
    background: linear-gradient(135deg, #16baaa, #0d9488);
    color: #fff;
}

.xnshop-pricing .price-header h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.xnshop-pricing .price-header .amount {
    font-size: 36px;
    font-weight: 700;
    margin: 12px 0;
}

.xnshop-pricing .price-header .amount small {
    font-size: 14px;
    font-weight: 400;
}

.xnshop-pricing .price-header .target {
    font-size: 13px;
    opacity: 0.8;
}

.xnshop-pricing .price-body {
    padding: 28px 24px;
}

.xnshop-pricing .price-body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.xnshop-pricing .price-body ul li {
    font-size: 14px;
    color: #666;
    padding: 8px 0;
    border-bottom: 1px solid #f5f5f5;
    padding-left: 22px;
    position: relative;
}

.xnshop-pricing .price-body ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #16baaa;
    font-weight: bold;
}

.xnshop-pricing .price-body ul li.muted {
    color: #bbb;
}

.xnshop-pricing .price-body ul li.muted::before {
    content: '×';
    color: #ccc;
}

.xnshop-pricing .price-body .layui-btn {
    width: 100%;
    height: 42px;
    line-height: 42px;
}

.xnshop-pricing-note {
    margin-top: 32px;
    padding: 24px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #eee;
}

.xnshop-pricing-note h4 {
    font-size: 15px;
    color: #333;
    margin-bottom: 12px;
}

.xnshop-pricing-note ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.xnshop-pricing-note ul li {
    font-size: 13px;
    color: #888;
    padding-left: 16px;
    position: relative;
}

.xnshop-pricing-note ul li::before {
    content: '·';
    position: absolute;
    left: 0;
    color: #16baaa;
}

.xnshop-faq {
    max-width: 800px;
    margin: 0 auto;
}

.xnshop-faq .layui-colla-title {
    font-size: 15px;
    color: #333;
}

.xnshop-faq .layui-colla-content {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
