.yunyoo-bg-banner{
    background-image: var(--yunyoo-bg-url-hero75);
    background-size: 150rem;
    -webkit-mask-image: linear-gradient(180deg, #000 calc(100% - 60px), transparent);
    mask-image: linear-gradient(180deg, #000 calc(100% - 60px), transparent);
    background-position: 50% 50%;
}
.bx-tada {
    -webkit-animation: tada 1.5s ease infinite;
    animation: tada 1.5s ease infinite;
}
.yy-dtjbt-text {
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}
.yy-b-f {
  -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}


.yunyoo-gradient-text-1 {
    background-image: linear-gradient(75deg, rgb(167 112 239) 0%, rgb(207 139 243) 50%, rgb(253 185 155) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
    text-align: left;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.yunyoo-gradient-text-1:hover {
    opacity: 0.8;
}



.location-servers--style-bordered {
  padding: 60px;
  border: 1px solid #dfe6ec;
  border-radius: 5px;
}

.location-servers-map {
  position: relative; }

.location-server-item {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 99px;
  box-shadow: 0px 0px 0px 0px #ececec;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; 
  border-width: 1px; 
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  animation: anim 2s 0s linear infinite both;
}
		@keyframes anim {
		    0% {box-shadow: 0px 0px 0px 0px #e2e2e2f0;}
		    75% {box-shadow: 0px 0px 0px 12px #ffffff00;}
		    100% {box-shadow: 0px 0px 0px 12px #ffffff00;}
		}

.location-server-item:hover {
  border: 3px solid #fff; 
}

.location-server-item-border-dark {
  border: 2px solid #fff; 
}

.locations-servers-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.locations-server-item {
  font-weight: 500;
  color: #80868d;
  margin: 15px 30px; }
  .locations-server-item .count {
    font-weight: 700;
    color: var(--white-color); }


@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg);
        transform: scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,10deg);
        transform: scale3d(1,1,1) rotate3d(0,0,1,10deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,-10deg);
        transform: scale3d(1,1,1) rotate3d(0,0,1,-10deg)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg);
        transform: scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,10deg);
        transform: scale3d(1,1,1) rotate3d(0,0,1,10deg)
    }

    40%,60%,80% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}
:root {
    --yunyoo-bg-url-hero75: url(../img/bg/hero@75.jpg);
    --jkc-green: #16a34a;
    --jkc-blue: #2563eb;
    --jkc-ink: #0f172a;
}

.dark-mode {
    --yunyoo-bg-url-hero75: url(../img/bg/hero-dark@75.webp);
}

/* ===== 甲壳虫服务器 brand overlay ===== */
.jkc-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
}

.jkc-brand-name {
    color: var(--jkc-ink);
    font-size: 21px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.jkc-logo:hover .jkc-brand-name {
    color: var(--jkc-blue);
}

.dark-mode .jkc-brand-name,
.navbar-dark .jkc-brand-name,
.jkc-footer-brand .jkc-brand-name {
    color: #fff;
}

.jkc-footer-brand:hover .jkc-brand-name {
    color: #93c5fd;
}

.jkc-nav .nav-link {
    font-weight: 600;
}

.jkc-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    color: var(--jkc-blue);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
}

.jkc-hero-badge i {
    color: var(--jkc-green);
}

.jkc-hero h1 {
    font-weight: 800;
    letter-spacing: -0.02em;
}

.jkc-hero .jkc-slogan {
    background: linear-gradient(90deg, var(--jkc-green), var(--jkc-blue));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.jkc-hero-sub {
    max-width: 560px;
    color: #475569;
    font-size: 1.05rem;
}

.dark-mode .jkc-hero-sub {
    color: #cbd5e1;
}

.jkc-feature-card,
.jkc-price-card {
    height: 100%;
    border: 1px solid #eef0f4;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.jkc-feature-card:hover,
.jkc-price-card:hover {
    transform: translateY(-4px);
    border-color: #dbeafe;
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.12);
}

.jkc-price-card.is-featured {
    border-color: #93c5fd;
    box-shadow: 0 10px 28px rgba(37, 99, 235, 0.14);
}

.jkc-price-card .jkc-tag {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    background: #eff6ff;
    color: var(--jkc-blue);
    font-size: 12px;
    font-weight: 600;
}

.jkc-price-card h6 {
    font-size: 15px;
    line-height: 1.4;
    max-width: 220px;
    word-break: break-word;
}

.jkc-price-card .jkc-group {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 4px;
}

.jkc-price-card .plan-price {
    font-size: 1.6rem;
}

.jkc-price-more {
    text-align: center;
    margin-top: 28px;
}

#products {
    scroll-margin-top: 72px;
}

.jkc-os-card {
    border: 1px solid #eef0f4;
    border-radius: 8px;
    background: #fff;
    padding: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.jkc-os-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.jkc-os-card img {
    width: 100%;
    height: auto;
}

.jkc-region-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    margin: 4px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
}

.jkc-region-chip span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--jkc-green);
    box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.15);
}

.jkc-footer-brand {
    color: #fff !important;
}

.jkc-footer-brand small {
    color: #94a3b8;
}

.jkc-contact-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 330px;
    padding: 32px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.jkc-contact-card:hover {
    transform: translateY(-4px);
    border-color: #bfdbfe;
    box-shadow: 0 18px 40px rgba(37, 99, 235, 0.12);
}

.jkc-contact-main {
    min-height: calc(100vh - 60px);
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 72%);
}

.jkc-contact-hero {
    padding: 72px 0 88px;
}

.jkc-contact-intro {
    max-width: 720px;
    margin-bottom: 44px;
}

.jkc-contact-intro h1 {
    margin: 12px 0 16px;
    font-size: 3.5rem;
    letter-spacing: 0;
}

.jkc-contact-intro .lead {
    color: #475569;
}

.jkc-contact-eyebrow {
    color: var(--jkc-blue);
    font-size: 14px;
    font-weight: 700;
}

.jkc-contact-grid {
    max-width: 960px;
}

.jkc-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 28px;
    border-radius: 8px;
    font-size: 28px;
}

.jkc-contact-icon-wechat {
    color: #15803d;
    background: #dcfce7;
}

.jkc-contact-icon-qq {
    color: #1d4ed8;
    background: #dbeafe;
}

.jkc-contact-content {
    flex: 1;
}

.jkc-contact-label {
    margin-bottom: 6px;
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
}

.jkc-contact-content h2 {
    margin-bottom: 10px;
    font-size: 1.75rem;
    letter-spacing: 0;
}

.jkc-contact-content > p:last-child {
    color: #64748b;
}

.jkc-copy-button {
    min-width: 160px;
}

.jkc-support-note {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 960px;
    margin-top: 28px;
    color: #475569;
    font-size: 14px;
}

.jkc-support-note i {
    color: var(--jkc-blue);
}

.dark-mode .jkc-contact-main {
    background: #0f172a;
}

.dark-mode .jkc-contact-card {
    border-color: #334155;
    background: #172033;
    box-shadow: none;
}

.dark-mode .jkc-contact-intro .lead,
.dark-mode .jkc-contact-content > p:last-child,
.dark-mode .jkc-contact-label,
.dark-mode .jkc-support-note {
    color: #cbd5e1;
}

.jkc-cart-link.is-loading {
    pointer-events: none;
    opacity: 0.78;
}

.jkc-cart-link.is-loading::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    vertical-align: -1px;
    animation: jkc-spin 0.65s linear infinite;
}

@keyframes jkc-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 575.98px) {
    .jkc-home .navbar {
        min-height: 56px;
    }

    .jkc-home .navbar > .container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .jkc-brand-name {
        font-size: 17px;
    }

    .jkc-home .jkc-hero {
        margin-bottom: 0 !important;
        padding-top: 34px !important;
    }

    .jkc-home .jkc-hero > .container {
        padding-bottom: 42px !important;
    }

    .jkc-home .jkc-hero .col {
        margin-bottom: 0 !important;
    }

    .jkc-hero-badge {
        margin-bottom: 12px;
        padding: 5px 10px;
        font-size: 11px;
    }

    .jkc-hero h1 {
        margin-bottom: 14px !important;
        font-size: 2rem;
        line-height: 1.18;
        letter-spacing: 0;
    }

    .jkc-hero-sub {
        margin-bottom: 24px !important;
        padding: 0 8px;
        font-size: 0.94rem;
        line-height: 1.7;
    }

    .jkc-hero .btn {
        min-width: 116px;
        padding: 10px 16px !important;
    }

    .jkc-features {
        margin-bottom: 0 !important;
        padding-top: 16px;
        padding-bottom: 42px;
    }

    .jkc-features > .row {
        --bs-gutter-x: 12px;
        --bs-gutter-y: 12px;
        padding-bottom: 0 !important;
    }

    .jkc-feature-card {
        min-height: 168px;
        padding: 18px 14px !important;
        box-shadow: 0 3px 14px rgba(15, 23, 42, 0.06);
    }

    .jkc-feature-card .icon-lg {
        width: 42px;
        height: 42px;
        margin-bottom: 12px !important;
    }

    .jkc-feature-card h5 {
        margin: 0 0 7px !important;
        font-size: 15px;
    }

    .jkc-feature-card p {
        font-size: 12px;
        line-height: 1.55;
    }

    .jkc-home main > section:not(.jkc-hero) {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .jkc-home main section h2 {
        font-size: 1.6rem;
        line-height: 1.25;
    }

    .jkc-home main section h2 + p {
        margin-top: 10px !important;
        margin-bottom: 0;
        font-size: 13px;
        line-height: 1.65;
    }

    .jkc-home .price-wrap {
        overflow: hidden;
        background: #f8fafc;
    }

    .jkc-price-grid {
        flex-wrap: nowrap;
        justify-content: flex-start !important;
        margin-top: 18px !important;
        padding: 2px 18px 14px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .jkc-price-grid::-webkit-scrollbar {
        display: none;
    }

    .jkc-price-grid > [class*="col-"] {
        flex: 0 0 86%;
        width: 86%;
        max-width: 340px;
        padding-right: 6px;
        padding-left: 6px;
        scroll-snap-align: center;
    }

    .jkc-price-card .card-header,
    .jkc-price-card .card-body,
    .jkc-price-card .card-footer {
        padding: 18px !important;
    }

    .jkc-price-card .card-footer {
        padding-top: 0 !important;
    }

    .jkc-price-more {
        margin-top: 14px;
    }

    .jkc-environments .row.mb-4,
    .jkc-regions .row.mb-4 {
        margin-bottom: 20px !important;
    }

    .jkc-os-grid {
        --bs-gutter-x: 10px;
        --bs-gutter-y: 10px;
    }

    .jkc-os-card {
        padding: 8px;
    }

    .jkc-region-chip {
        gap: 6px;
        margin: 3px 1px;
        padding: 6px 9px;
        font-size: 11px;
    }

    .jkc-region-chip span {
        width: 6px;
        height: 6px;
        box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.13);
    }

    .jkc-regions .location-servers-map {
        width: 100%;
        margin-top: 4px;
    }

    .jkc-regions .yy-b-f {
        top: auto !important;
        bottom: 0;
        padding: 10px 12px !important;
        font-size: 13px !important;
    }

    .jkc-regions .yy-b-f h5 {
        margin-bottom: 2px;
        font-size: 12px;
    }

    .jkc-regions .yy-b-f .fs-4 {
        font-size: 17px !important;
    }

    .jkc-support .row {
        --bs-gutter-y: 12px;
    }

    .jkc-support .rounded-3 {
        padding: 18px !important;
        border-radius: 8px !important;
    }

    .jkc-support .icon-lg {
        width: 42px;
        height: 42px;
    }

    .jkc-support h4 {
        font-size: 17px;
    }

    .jkc-support p {
        margin-bottom: 12px !important;
        font-size: 12px;
    }

    .jkc-support .btn {
        padding: 7px 12px;
        font-size: 12px;
    }

    .jkc-footer {
        padding-top: 34px !important;
    }

    .jkc-footer > .container > .row {
        --bs-gutter-y: 26px;
    }

    .jkc-footer .col-lg-4 > p {
        font-size: 12px;
        line-height: 1.65;
    }

    .jkc-footer .col-lg-8 .row {
        --bs-gutter-x: 12px;
    }

    .jkc-footer .col-lg-8 .col-6 {
        flex: 0 0 33.333333%;
        width: 33.333333%;
    }

    .jkc-footer h5 {
        margin-bottom: 8px !important;
        font-size: 14px;
    }

    .jkc-footer .nav-link {
        padding: 4px 0;
        font-size: 12px;
    }

    .jkc-footer .text-muted {
        font-size: 12px;
    }

    .jkc-footer .py-3 {
        padding-top: 14px !important;
        padding-bottom: 18px !important;
        font-size: 11px;
    }

    .jkc-contact-hero {
        padding: 48px 0 64px;
    }

    .jkc-contact-intro {
        margin-bottom: 32px;
    }

    .jkc-contact-intro h1 {
        font-size: 2.5rem;
    }

    .jkc-contact-card {
        min-height: 300px;
        padding: 24px;
    }

    .jkc-copy-button {
        width: 100%;
    }
}
