/*--------------------------------------------------------------

  Template Name: Mounter  Corporate HTML Template.
  Template URI: #
  Description: Mounter is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: DevItems
  Version: 1.0
---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/

/* 半圆形进度条样式 */
.semicircle-progress {
    width: 200px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

.semicircle-progress svg {
    width: 200px;
    height: 100px;
    transform: rotate(-90deg);
}

.semicircle-progress .bg-circle {
    fill: none;
    stroke: #f3e5f5;
    stroke-width: 12;
    stroke-linecap: round;
}

.semicircle-progress .progress-circle {
    fill: none;
    stroke: #9c27b0;
    stroke-width: 12;
    stroke-linecap: round;
    stroke-dasharray: 314;
    stroke-dashoffset: 314;
    transition: stroke-dashoffset 2s ease-out;
}

.semicircle-progress-value {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 32px;
    font-weight: bold;
    color: #9c27b0;
    text-align: center;
    line-height: 1;
}

.semicircle-progress-value::after {
    content: '%';
    font-size: 20px;
    margin-left: 2px;
}

/* Premium counter area styling */
.counterup__wrap--lux {
    position: relative;
    padding: 45px 0 60px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff, #f5f8fb);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.03);
}

.counterup__wrap--lux::before,
.counterup__wrap--lux::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(0, 200, 216, 0.08);
    filter: blur(18px);
    z-index: 0;
}

.counterup__wrap--lux::before {
    top: 20px;
    left: 30px;
}

.counterup__wrap--lux::after {
    bottom: 25px;
    right: 35px;
}

.stats__grid {
    row-gap: 30px;
}

.funfact--stats {
    position: relative;
    padding: 40px 20px;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(9, 20, 45, 0.08);
    min-height: 195px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 12px 25px rgba(4, 32, 66, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
}

.funfact--stats .fact__eyebrow {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(9, 20, 45, 0.5);
    margin-bottom: 12px;
}

.funfact--stats .fact__number {
    font-size: 58px;
    font-weight: 700;
    line-height: 1;
    color: #051937;
}

.funfact--stats .fact__number .count {
    display: inline-block;
    color: inherit;
    margin-left: 0;
}

.funfact--stats .fact__number span:not(.count) {
    font-size: 22px;
    margin-left: 6px;
    display: inline-block;
    color: rgba(5, 25, 55, 0.65);
}

.funfact--stats .fact__label {
    margin-top: 10px;
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(5, 25, 55, 0.7);
}

.funfact--glow::before,
.funfact--glow::after {
    display: none;
}

.funfact--glow:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 35px rgba(4, 32, 66, 0.12);
}

.pricing-grid {
    row-gap: 30px;
}

.pricing-card {
    position: relative;
    padding: 34px 28px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(5, 25, 55, 0.08);
    box-shadow: 0 20px 45px rgba(4, 32, 66, 0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pricing-card--featured {
    border-color: #00c8d8;
    box-shadow: 0 25px 55px rgba(0, 200, 216, 0.25);
}

.pricing-card__head {
    margin-bottom: 20px;
}

.pricing-card__tag {
    display: inline-flex;
    align-items: center;
    padding: 4px 14px;
    border-radius: 999px;
    background: rgba(0, 200, 216, 0.1);
    color: #00a8bd;
    font-size: 12px;
    letter-spacing: 2px;
}

.pricing-card--featured .pricing-card__tag {
    background: #00c8d8;
    color: #ffffff;
}

.pricing-card__title {
    font-size: 24px;
    margin: 14px 0 8px;
    color: #051937;
}

.pricing-card__desc {
    margin: 0;
    color: rgba(5, 25, 55, 0.75);
    line-height: 1.7;
}

.pricing-card__price {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    margin-bottom: 20px;
}

.pricing-card__currency {
    font-size: 20px;
    color: #051937;
}

.pricing-card__amount {
    font-size: 46px;
    font-weight: 700;
    color: #051937;
    line-height: 1;
}

.pricing-card__unit {
    font-size: 14px;
    color: rgba(5, 25, 55, 0.6);
    margin-bottom: 6px;
}

.pricing-card__features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.pricing-card__features li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    color: rgba(5, 25, 55, 0.8);
}

.pricing-card__features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #00c8d8;
    border-radius: 50%;
}

.pricing-card__cta {
    margin-top: auto;
}

.pricing-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 999px;
    font-weight: 600;
    background: #051937;
    color: #ffffff;
    letter-spacing: 2px;
}

.pricing-card--featured .pricing-card__btn {
    background: #00c8d8;
    box-shadow: 0 12px 20px rgba(0, 200, 216, 0.4);
}

.pricing-card__btn:hover {
    opacity: 0.85;
    color: #ffffff;
}

.collab-flow {
    padding: 90px 0 110px;
    background: #f8f9fb;
    color: #1c1d21;
}

.collab-flow__header {
    max-width: 640px;
    margin: 0 auto 50px;
}

.collab-flow__eyebrow {
    letter-spacing: 4px;
    font-size: 12px;
    margin-bottom: 12px;
    color: rgba(5, 25, 55, 0.5);
}

.collab-flow__title {
    font-size: 32px;
    margin-bottom: 10px;
    color: #051937;
}

.collab-flow__subtitle {
    margin: 0;
    color: rgba(5, 25, 55, 0.65);
    line-height: 1.7;
}

.collab-flow__steps {
    row-gap: 25px;
}

.flow-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 28px 24px;
    border: 1px solid rgba(5, 25, 55, 0.08);
    min-height: 200px;
    box-shadow: 0 15px 35px rgba(4, 32, 66, 0.08);
}

.flow-card__step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(0, 200, 216, 0.12);
    color: #00a8bd;
    font-weight: 700;
    margin-bottom: 14px;
}

.flow-card h3 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #051937;
}

.flow-card p {
    margin: 0;
    line-height: 1.7;
    color: rgba(5, 25, 55, 0.75);
}

.hero-split {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (min-width: 992px) {
    .hero-split {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.hero-split__copy {
    flex: 1;
}

.hero-split__eyebrow {
    letter-spacing: 4px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 12px;
    text-transform: uppercase;
}

.hero-split h1 {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 15px;
}

.hero-split__lead {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 20px;
}

.hero-split__cta {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.hero-split__link {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.hero-split__card {
    flex: 0 0 320px;
    background: rgba(5, 25, 55, 0.7);
    border-radius: 18px;
    padding: 28px;
    color: #ffffff;
    box-shadow: 0 20px 35px rgba(5, 15, 35, 0.35);
}

.hero-split__card h3 {
    font-size: 20px;
    margin-bottom: 16px;
}

.hero-split__card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hero-split__card li {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

.hero-split__card li span {
    color: #00c8d8;
    font-weight: 600;
}

.product-showcase {
    row-gap: 40px;
}

.product-showcase__media {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(4, 32, 66, 0.15);
}

.product-showcase__media img {
    width: 100%;
    display: block;
}

.product-showcase__badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    padding: 14px 18px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(4, 32, 66, 0.15);
}

.product-showcase__badge strong {
    display: block;
    font-size: 28px;
    color: #00c8d8;
}

.product-showcase__badge span {
    font-size: 12px;
    letter-spacing: 2px;
    color: #051937;
}

.product-showcase__content {
    padding-left: 40px;
}

@media (max-width: 991px) {
    .product-showcase__content {
        padding-left: 0;
    }
}

.product-showcase__eyebrow {
    font-size: 12px;
    letter-spacing: 4px;
    color: rgba(5, 25, 55, 0.5);
    text-transform: uppercase;
    margin-bottom: 12px;
}

.product-showcase h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #051937;
}

.product-showcase__lead {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(5, 25, 55, 0.75);
    margin-bottom: 24px;
}

.product-showcase__description {
    margin-bottom: 24px;
    color: rgba(5, 25, 55, 0.75);
}

.product-showcase__description p {
    margin-bottom: 14px;
    line-height: 1.8;
}

.product-showcase__description ul {
    padding-left: 20px;
    margin: 16px 0;
}

.product-showcase__description li {
    margin-bottom: 8px;
    line-height: 1.7;
}

.product-showcase__description li strong {
    color: #051937;
}

.product-showcase__features {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
    gap: 18px;
    margin-bottom: 24px;
}

.feature-card {
    background: #f9fafc;
    border-radius: 14px;
    padding: 16px 18px;
    border: 1px solid rgba(5, 25, 55, 0.08);
}

.feature-card h4 {
    font-size: 16px;
    margin-bottom: 8px;
    color: #051937;
}

.feature-card p {
    margin: 0;
    color: rgba(5, 25, 55, 0.7);
    line-height: 1.6;
}

.product-showcase__metrics {
    display: flex;
    gap: 32px;
    margin-bottom: 26px;
    flex-wrap: wrap;
}

.product-showcase__metrics strong {
    display: block;
    font-size: 26px;
    color: #00a8bd;
}

.product-showcase__metrics span {
    font-size: 13px;
    letter-spacing: 2px;
    color: rgba(5, 25, 55, 0.6);
    text-transform: uppercase;
}

.product-showcase__cta {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.product-showcase__link {
    color: #051937;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.banner-hero {
    position: relative;
    min-height: 70vh;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.slider__activation__wrap .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.slider__activation__wrap .owl-nav button {
    background: rgba(0, 0, 0, 0.35) !important;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    transition: background 0.3s ease;
}

.slider__activation__wrap .owl-nav button:hover {
    background: rgba(0, 200, 216, 0.8) !important;
}

.banner-arrow {
    color: #ffffff;
    font-size: 26px;
    line-height: 1;
}


.auth__eyebrow {
    letter-spacing: 4px;
    font-size: 12px;
    opacity: 0.7;
    text-transform: uppercase;
}

.auth__section .auth__cards {
    row-gap: 30px;
}

.auth-card {
    background: #ffffff;
    padding: 40px 36px;
    border-radius: 20px;
    border: 1px solid rgba(5, 25, 55, 0.08);
    box-shadow: 0 20px 45px rgba(5, 25, 55, 0.08);
}

.auth-card--secondary {
    background: #f9fafc;
}

.auth-card h2 {
    font-size: 26px;
    margin-bottom: 10px;
}

.auth-card__lead {
    color: rgba(5, 25, 55, 0.7);
    margin-bottom: 24px;
}

.auth__cards .col-xl-6,
.auth__cards .col-lg-7,
.auth__cards .col-md-10 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 620px;
}

.auth-tabs {
    margin-bottom: 35px;
}

.auth-tabs__btn {
    background: transparent;
    border: 1px solid rgba(5, 25, 55, 0.2);
    border-radius: 999px;
    padding: 10px 28px;
    margin: 0 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgba(5, 25, 55, 0.6);
    transition: all 0.3s ease;
}

.auth-tabs__btn.active {
    background: #00bbd5;
    border-color: #00bbd5;
    color: #ffffff;
    box-shadow: 0 12px 25px rgba(0, 187, 213, 0.35);
}

.auth-tabs__btn--text {
    border: none;
    background: none;
    padding: 0;
    text-transform: none;
    letter-spacing: normal;
    color: #00bbd5;
    box-shadow: none;
}

.auth-tabs__btn--text.active {
    background: none;
    box-shadow: none;
    border: none;
    color: #00bbd5;
}

.auth-card--switch {
    display: none;
}

.auth-card--switch.active {
    display: block;
}

.auth-form .single-input {
    margin-bottom: 18px;
}

.auth-form label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(5, 25, 55, 0.6);
    margin-bottom: 6px;
    display: block;
}

.auth-form input {
    width: 100%;
    border: 1px solid rgba(5, 25, 55, 0.15);
    border-radius: 10px;
    padding: 12px 14px;
}

.auth-form__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.auth-link {
    color: #00bbd5;
}

.auth-links {
    display: flex;
    gap: 12px;
}

.auth-error {
    margin-top: 8px;
    color: #d14343;
    font-size: 13px;
}

[data-login-link].is-logged-in {
    font-weight: 700;
}

.auth-tip {
    margin-top: 12px;
    font-size: 13px;
    color: rgba(5, 25, 55, 0.6);
}

.shop__hero {
    padding: 110px 0 70px;
    background: linear-gradient(120deg, #031022, #0d2041);
    color: #ffffff;
}

.shop__hero__content h1 {
    font-size: 44px;
    margin-bottom: 15px;
    color: #ffffff;
}

.shop__eyebrow {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 12px;
    opacity: 0.7;
    color: rgba(255, 255, 255, 0.7);
}

.shop__hero__content p {
    color: rgba(255, 255, 255, 0.8);
}

.shop__grid {
    row-gap: 30px;
}

.shop-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 45px rgba(5, 20, 45, 0.15);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.shop-card__img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.shop-card__body {
    padding: 24px 26px 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.shop-card__body h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #051937;
}

.shop-card__body p {
    color: rgba(5, 25, 55, 0.75);
    line-height: 1.7;
    margin-bottom: 16px;
}

.shop-card__price {
    font-size: 28px;
    font-weight: 700;
    color: #00bbd5;
    margin-bottom: 20px;
}

.shop-card__btn {
    align-self: flex-start;
}


.video-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.video-modal.is-visible {
    display: flex;
}

.video-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.video-modal__dialog {
    position: relative;
    width: 90%;
    max-width: 860px;
    background: #000;
    border-radius: 18px;
    overflow: hidden;
    z-index: 1;
}

.video-modal__close {
    position: absolute;
    top: 10px;
    right: 14px;
    border: none;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

.video-modal video {
    width: 100%;
    height: auto;
    display: block;
}

.footer__logo {
    text-align: center;
    padding: 20px 0;
}

.about__feature-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.about__feature {
    padding: 24px 26px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(4, 32, 66, 0.09);
    border: 1px solid rgba(5, 25, 55, 0.05);
}

.about__feature-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about__feature-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #051937;
}

.about__feature-content .about__details {
    margin: 0;
    color: rgba(5, 25, 55, 0.75);
    line-height: 1.7;
}
.auth__hero {
    position: relative;
    padding: 120px 0 90px;
    background: radial-gradient(circle at 20% 20%, rgba(0, 200, 216, 0.15), transparent 45%),
                radial-gradient(circle at 80% 0, rgba(255, 255, 255, 0.18), transparent 45%),
                linear-gradient(130deg, #0b1533, #14345c);
    color: #ffffff;
    overflow: hidden;
}

.auth__hero::before,
.auth__hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    filter: blur(55px);
}

.auth__hero::before {
    width: 320px;
    height: 320px;
    top: -90px;
    right: -20px;
}

.auth__hero::after {
    width: 240px;
    height: 240px;
    bottom: -80px;
    left: 30px;
}

.auth__hero__content h1 {
    font-size: 42px;
    margin-bottom: 12px;
    position: relative;
    color: #ffffff;
}

.auth__hero__content p {
    color: rgba(255, 255, 255, 0.85);
}

.order__hero {
    padding: 110px 0 80px;
    background: radial-gradient(circle at 12% 20%, rgba(0, 200, 216, 0.15), transparent 35%), linear-gradient(135deg, #021226, #0c2547);
    color: #ffffff;
}

.order__hero__content h1 {
    font-size: 42px;
    margin-bottom: 14px;
    color: #ffffff;
}

.order__eyebrow {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 12px;
    opacity: 0.7;
    color: rgba(255, 255, 255, 0.7);
}

.order__hero__content p {
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}
.order__hero__cta {
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}
.order__hero__hint {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
}

.order__hero__list {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.order__hero__list li {
    padding-left: 24px;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
}

.order__hero__list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #00bbd5;
}

.order__hero__stats {
    display: flex;
    gap: 18px;
    justify-content: flex-end;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 18px 22px;
}

.order__hero__stats div {
    text-align: center;
}

.order__hero__stats strong {
    display: block;
    font-size: 32px;
    color: #00bbd5;
}

.order__hero__stats span {
    letter-spacing: 2px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}
.order__hero__panel--compact ul {
    padding-left: 18px;
    margin: 10px 0 0;
    display: grid;
    gap: 6px;
    color: rgba(255, 255, 255, 0.8);
}


.order-card {
    background: #f7f9fc;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 24px 60px rgba(10, 30, 60, 0.16);
    border: 1px solid rgba(10, 30, 60, 0.06);
}
.order-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 26px;
    align-items: start;
}
.order-shell__left {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.order-shell__right {
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: sticky;
    top: 18px;
}
.order-intro {
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%);
    color: #ffffff;
    padding: 20px 22px;
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(14, 165, 233, 0.25);
}
.order-intro__tag {
    margin: 0 0 6px;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.8;
}
.order-intro h2 {
    margin: 0 0 8px;
    font-size: 30px;
    color: #fff;
}
.order-intro__lead {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
}
.order-intro__chips {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.order-intro__chips span {
    padding: 6px 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 12px;
    color: #f4fbff;
}
.order-progress {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    padding: 14px;
    box-shadow: 0 12px 30px rgba(10, 30, 60, 0.08);
}
.order-progress__item {
    display: flex;
    gap: 10px;
    align-items: center;
}
.order-progress__dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #0ea5e9;
    background: #e0f6ff;
    position: relative;
}
.order-progress__item.is-active .order-progress__dot {
    background: #0ea5e9;
    box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.2);
}
.order-progress__item strong {
    display: block;
    font-size: 13px;
    color: #0f172a;
    letter-spacing: 1px;
}
.order-progress__item p {
    margin: 0;
    color: rgba(15, 23, 42, 0.7);
    font-size: 13px;
}
.order-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.order-form--panels .order-panel {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    padding: 18px 20px;
    box-shadow: 0 12px 30px rgba(10, 30, 60, 0.08);
}
.order-panel__title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
}
.order-panel__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
}
.order-panel--full .order-panel__grid,
.order-panel--full .single-input {
    grid-column: 1 / -1;
}
.order-form .single-input {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.order-form label {
    font-weight: 600;
    color: #0f172a;
}
.order-form select,
.order-form input {
    width: 100%;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 10px;
    padding: 13px 14px;
    background: #ffffff;
    color: #0f172a;
    caret-color: #0ea5e9;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.order-form select:focus,
.order-form input:focus {
    outline: none;
    border-color: #0ea5e9;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15);
}
.order-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}
.order-form__note {
    flex: 1 1 260px;
    margin: 0;
    color: rgba(15, 23, 42, 0.7);
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
    padding: 12px 14px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 10px;
}
.order-card__btn {
    flex: 0 0 auto;
    padding: 13px 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(120deg, #0ea5e9, #2563eb);
    border: none;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.25);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    text-align: center;
}
.order-card__btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 36px rgba(37, 99, 235, 0.32);
}
.order-summary {
    padding: 18px 20px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}
.order-summary__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.order-summary__eyebrow {
    margin: 0;
    font-size: 12px;
    letter-spacing: 2px;
    color: rgba(15, 23, 42, 0.6);
}
.order-summary__badge {
    padding: 6px 12px;
    border-radius: 10px;
    background: #e0f5ff;
    color: #0b89c6;
    font-size: 12px;
    font-weight: 700;
}
.order-summary__line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}
.order-summary__line:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.order-summary__line span {
    color: rgba(15, 23, 42, 0.65);
    font-size: 14px;
}
.order-summary__line strong {
    color: #0f172a;
    font-size: 16px;
}
.order-summary__image {
    margin-top: 10px;
    border-radius: 12px;
    overflow: hidden;
    background: #eef2f7;
    min-height: 120px;
    display: grid;
    place-items: center;
}
.order-summary__image img {
    width: 100%;
    max-height: 220px;
    object-fit: cover;
}
.order-sidebar__box {
    padding: 18px 20px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(10, 30, 60, 0.08);
}
.order-sidebar__box h4 {
    margin: 0 0 8px;
    font-size: 16px;
    color: #0f172a;
}
.order-checklist ul {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 6px;
    color: rgba(15, 23, 42, 0.82);
    font-size: 14px;
}
.order-timeline {
    margin: 0;
    padding-left: 16px;
    display: grid;
    gap: 8px;
    color: #0f172a;
}
.order-timeline li {
    display: grid;
    gap: 2px;
    font-size: 14px;
}
.order-timeline span {
    color: rgba(15, 23, 42, 0.7);
}
.order-sidebar__contact p {
    margin: 0 0 6px;
    color: rgba(15, 23, 42, 0.82);
}
.order-sidebar__time {
    color: rgba(15, 23, 42, 0.6);
    font-size: 13px;
}

.order-card--list {
    padding: 22px;
}

.orders__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.orders__eyebrow {
    margin: 0 0 6px;
    font-size: 12px;
    letter-spacing: 3px;
    color: rgba(15, 23, 42, 0.6);
    text-transform: uppercase;
}

.orders__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.orders__filters {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.orders__filter-btn {
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: #fff;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 13px;
    color: #0f172a;
    transition: all 0.2s ease;
}

.orders__filter-btn.is-active {
    background: #0ea5e9;
    border-color: #0ea5e9;
    color: #fff;
    box-shadow: 0 10px 22px rgba(14, 165, 233, 0.25);
}

.orders__filter-btn:hover {
    border-color: #0ea5e9;
    color: #0ea5e9;
}

.orders__new-btn {
    padding: 10px 18px;
}

.orders__table-wrapper {
    overflow-x: auto;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    background: #fff;
}

.orders-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}

.orders-table th,
.orders-table td {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    color: #0f172a;
    text-align: left;
}

.orders-table th {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.6);
    background: #f7f9fc;
}

.orders-table tbody tr:last-child td {
    border-bottom: none;
}

.orders-empty td {
    text-align: center;
    color: rgba(15, 23, 42, 0.6);
}

.orders__customer {
    display: grid;
    gap: 4px;
}

.orders__customer small {
    color: rgba(15, 23, 42, 0.6);
}

.status-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.status-pill.is-pending {
    background: #fff7ed;
    color: #ea580c;
    border: 1px solid #fed7aa;
}

.status-pill.is-processing {
    background: #e0f2fe;
    color: #0369a1;
    border: 1px solid #bae6fd;
}

.status-pill.is-done {
    background: #ecfdf3;
    color: #15803d;
    border: 1px solid #bbf7d0;
}

.status-pill.is-cancelled {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecdd3;
}

.orders__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid #0ea5e9;
    color: #0ea5e9;
    background: #e0f6ff;
    font-weight: 600;
    transition: all 0.2s ease;
    cursor: pointer;
}

.orders__link:hover {
    background: #0ea5e9;
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(14, 165, 233, 0.25);
}

/* 双栏导航：保证 logo 居中且两侧对称 */
@media (min-width: 992px) {
    .main__menu__nav {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        gap: 12px;
    }
    .main__menu__nav .main__menu {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .main__menu__nav .main__menu__logo {
        display: flex;
        justify-content: center;
    }
    .main__menu__nav .main__menu--left {
        justify-content: flex-end;
    }
.main__menu__nav .main__menu--right {
        justify-content: flex-start;
    }
}

.main__menu > li > a {
    font-family: "PingFang SC","Microsoft YaHei","Helvetica Neue",Arial,sans-serif;
}

/* 联系浮窗 */
.contact-fab {
    position: fixed;
    right: 18px;
    bottom: 20%;
    z-index: 9999;
    display: grid;
    gap: 6px;
    width: 70px;
    background: linear-gradient(180deg, #726bff, #6d4dff);
    border-radius: 14px;
    padding: 10px 0;
    box-shadow: 0 12px 30px rgba(80, 60, 180, 0.35);
    overflow: visible;
}

.contact-fab__btn {
    border: none;
    background: transparent;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 8px 0;
    font-size: 12px;
    cursor: pointer;
    font-family: "PingFang SC","Microsoft YaHei","Helvetica Neue",Arial,sans-serif;
}

.contact-fab__btn i {
    font-size: 20px;
}

.contact-fab__btn:hover {
    background: rgba(255, 255, 255, 0.08);
}

.contact-fab__qr {
    position: absolute;
    right: 76px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
    display: none;
}

.contact-fab__qr img {
    width: 100%;
    display: block;
}

.contact-fab__popup {
    position: absolute;
    right: 80px;
    bottom: 0;
    transform: translateY(-10%);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 16px 40px rgba(0,0,0,0.15);
    padding: 16px 18px;
    min-width: 220px;
    display: none;
    color: #0f172a;
}

.contact-fab__popup h4 {
    margin: 0 0 10px;
    background: #6d4dff;
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 15px;
}

.contact-fab__popup .contact-fab__phone {
    font-size: 20px;
    font-weight: 700;
    color: #e60000;
    text-align: center;
    margin: 6px 0 12px;
    font-family: "PingFang SC","Microsoft YaHei","Helvetica Neue",Arial,sans-serif;
}

.contact-fab__popup p {
    margin: 4px 0;
    font-size: 13px;
    line-height: 1.6;
    font-family: "PingFang SC","Microsoft YaHei","Helvetica Neue",Arial,sans-serif;
}

/* 悬停“联系我们”按钮或浮层本身时显示弹窗 */
.contact-fab__btn--contact:hover ~ .contact-fab__popup,
.contact-fab__popup:hover {
    display: block;
}

.contact-fab__qr-pop {
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 16px 40px rgba(0,0,0,0.15);
    padding: 12px;
    border: 1px solid #e5e7eb;
    width: 220px;
    display: none;
    z-index: 10000;
}

.contact-fab__qr-pop img {
    width: 100%;
    height: auto;
    display: block;
}

/* 悬停微信按钮显示二维码 */
.contact-fab__btn--wechat:hover ~ .contact-fab__qr-pop,
.contact-fab__qr-pop:hover {
    display: block;
}

/* 登录下拉箭头居中 */
.login-dropdown-arrow {
    width: 14px;
    height: 14px;
    margin-left: 6px;
    vertical-align: middle;
    
}

/* 登录下拉整体行内居中 */
.main__menu a.is-logged-in[data-login-link] {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
}

/* 简化页脚样式 */
.footer-simple {
    background: linear-gradient(180deg, #2f2d3d, #262430);
    color: #d9d9d9;
    text-align: center;
    padding: 28px 12px 34px;
    font-size: 13px;
}

.footer-simple__links {
    margin-bottom: 8px;
    line-height: 1.6;
}

.footer-simple__copy {
    color: #c3c3c3;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .order-card--list {
        padding: 16px;
    }
    .orders__filters {
        width: 100%;
    }
    .orders__actions {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
    .orders__new-btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 1200px) {
    .order-shell {
        grid-template-columns: 1fr;
    }
    .order-shell__right {
        position: static;
    }
    .order-progress {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .order-card {
        padding: 18px;
    }
    .order-progress {
        grid-template-columns: 1fr;
    }
    .order-panel__grid {
        grid-template-columns: 1fr;
    }
    .order-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .order-card__btn {
        width: 100%;
        text-align: center;
    }
}
