[x-cloak] {
    display: none !important;
}

.sendify-bg {
    position: relative;
    background: linear-gradient(0deg, rgba(153, 194, 255, 0.5) -63%, rgba(153, 194, 255, 0) 37%), radial-gradient(72% 124% at 58% 32%, #FAFCFF 0%, #E8F0FF 59%, #FAFCFF 99%);
}

.bg-cover {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 158px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 98%);
}

.main-container {
    position: relative;
    height: 560px;
    overflow: hidden;
}

.container {
    margin: 0
}

.section-content {
    display: flex;
    align-items: center;
    height: 520px;
}

.container.gray {
    background: #F7F8FA;
}

.section-content .section-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    color: #181C1F;
    margin-bottom: 12px;
}

.section-content .section-description {
    font-size: 14px;
    line-height: 26px;
    color: rgba(23, 26, 29, 0.6);
}

.main-container-logo {
    display: flex;
    align-items: center;
    font-size: 36px;
}

.main-container-logo-img {
    height: 48px;
}

.main-container-content-title {
    font-size: 50px;
    font-weight: 600;
    line-height: 70px;
    margin-top: 12px;
    color: #181C1F;
}

.main-container-content-subtitle {
    font-size: 18px;
    line-height: 26px;
    color: #181C1F;
    margin-top: 12px;
}

.main-container-button-group {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.main-container-button-group>*+* {
    margin-left: 12px;
}

.main-container-button-group .btn {
    height: 44px;
    line-height: 44px;
    padding: 0 22px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
}

.main-container-content-button {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0 22px;
    background: linear-gradient(111deg, #B521FF 0%, #654CFF 20%, #3266FF 69%, #007FFF 99%);
    border-radius: 8px;
    font-size: 18px;
    color: white;
    cursor: pointer;
    text-align: center;
}

.main-container .common-content {
    display: flex;
    overflow: visible;
    justify-content: space-between;
}

.main-container-text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    width: 560px;
}

.main-img {
    flex-shrink: 0;
}

/* Pricing Section */

#pricing-section {
    overflow: hidden;
}

.pricing-content {
    margin-top: 80px;
}

.pricing-cards {
    display: flex;
    justify-content: center;
}

.pricing-cards>*+* {
    margin-left: 32px;
}

.pricing-card {
    width: 584px;
    padding: 40px 24px 32px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(23, 26, 29, 0.14);
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.pricing-card-header {
    padding-bottom: 24px;
}

.pricing-card-title {
    font-size: 26px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #181C1F;
}

.pricing-card-description {
    font-size: 14px;
    line-height: 24px;
    color: rgba(24, 28, 31, 0.6);
}

.pricing-card.dmx_standard .pricing-card-title {
    color: #007FFF;
}

.pricing-card.dmx_standard .pricing-card-description {
    color: rgba(0, 127, 255, 0.48);
}

.pricing-card-price {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    height: 68px;
}

.off-tag {
    margin-left: 8px;
    padding: 2px 12px;
    font-size: 12px;
    border-radius: 4px;
    background: linear-gradient(270deg, rgba(255, 138, 54, 0.08) 0%, rgba(255, 82, 25, 0.12) 88%);
    color: #ff5219;
    box-sizing: border-box;
    border: 0.5px solid rgba(255, 107, 16, 0.06);
    white-space: nowrap;
}

.sku-option-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(126, 134, 142, 0.16);
    border-radius: 6px;
    margin-bottom: 8px;
    height: 44px;
}

.sku-option-label {
    padding-left: 16px;
    font-size: 16px;
    color: #3D3D3D;
}

.sku-option-value {
    padding-right: 16px;
    font-size: 14px;
    color: rgba(23, 26, 29, 0.4);
    display: flex;
    align-items: center;
}

.sku-option-value .big-number {
    font-size: 20px;
    font-weight: 500;
    color: rgba(23, 26, 29, 0.4);
    margin-right: 8px;
}

.feature-item.dropdown .feature-value {
    cursor: pointer;
}

.icon-dropdown {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    color: rgba(24, 28, 31, 0.6);
}

.pricing-card-button {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    color: #492D0A;
    background: linear-gradient(278deg, #FFD5B5 0%, #FFE9D5 96%);
    border-radius: 8px;
    margin-top: 8px;
}

.pricing-card-button:hover {
    background: linear-gradient(284deg, #f7c8a3 0%, #ffe0c4 100%);
}

.pricing-card-button.dmx_trial {
    background: #fff;
    border: 1px solid rgba(126, 134, 142, 0.24);
    color: #171A1D;
}

.pricing-card-features-list {
    margin-top: 16px;
    flex-grow: 1;
}

.feature-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
}

.feature-list-item .icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    flex-shrink: 0;
}

.feature-list-item.available .icon {
    color: #00B042;
}

.feature-list-item.unavailable .icon {
    color: #B3B3B3;
}

.feature-list-item.available {
    color: rgba(24, 28, 31, 0.8);
}

.feature-list-item.unavailable {
    color: rgba(24, 28, 31, 0.4);
}

/* Dropdown styling */
.capacity-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 5px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    width: 150px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
}

.feature-item.dropdown {
    position: relative;
}

.capacity-option {
    padding: 10px 15px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.capacity-option:hover {
    background-color: rgba(0, 127, 255, 0.05);
}

.capacity-option:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.plan-compare-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #007FFF;
    margin: 32px 0 16px;
    cursor: default;
}

.plan-compare-button:hover {
    color: #0075EB;
}

.plan-compare-button svg {
    font-size: 12px;
    margin-left: 6px;
}

/* 版本对比表格 */
.version-compare-table {
    border: 1px solid rgba(23, 26, 29, 0.08);
    border-radius: 8px;
    overflow: hidden;
    margin: 32px 0 60px;
}

.compare-row {
    display: flex;
}

.compare-row:last-child {
    border-bottom: none;
}

.compare-row.header .compare-cell {
    background: rgba(123, 133, 143, 0.08) !important;
}

.compare-row.section-header {
    cursor: pointer;
    border-top: 1px solid rgba(23, 26, 29, 0.08);
    border-bottom: 1px solid rgba(23, 26, 29, 0.08);
}

.compare-row.section-header.fold {
    border-bottom: none;
}

.compare-row.section-header .title {
    font-weight: 500;
}

.compare-cell {
    flex: 1;
    height: 40px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    color: #384146;
}

.compare-cell.title {
    flex: 0 0 240px;
    justify-content: flex-start;
    text-align: left;
    color: #181C1F;
}

.compare-row.header .compare-cell {
    height: 72px;
    font-weight: 500;
    font-size: 16px;
    color: #181C1F;
}

.compare-cell.title+.compare-cell {
    background: #FAFBFB;
}

.compare-row.header .compare-cell.highlight {
    color: #007FFF;
}

.price-label {
    font-size: 12px;
    font-weight: normal;
    margin-top: 4px;
}

.compare-cell .icon {
    width: 16px;
    height: 16px;
}

.compare-cell .icon-check {
    color: #007FFF;
}

.compare-cell .icon-close {
    color: rgba(23, 26, 29, 0.4);
}

.compare-cell .tag {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    padding: 3px 4px;
    border-radius: 4px;
    margin-left: 8px;
    background: linear-gradient(293deg, #FFD5B5 0%, #FFE9D5 96%);
}

.section-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    margin-bottom: 60px;
    color: #181C1F;
    text-align: left;
}