* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

:root {
    --site-max-width: 1440px;
    --site-padding-desktop: 3rem;
    --site-padding-tablet: 2rem;
    --site-padding-mobile: 1.25rem;
    --font-primary: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
    --font-headings: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
    --color-primary: #0069ff;
    --color-primary-dark: #0069ff;
    --color-primary-text: #0069ff;
    --color-text-primary: #001033;
    --color-text-secondary: white;
    --color-text-tertiary: #001033;
    --color-background: #f8fbff;
    --color-white: white;
    --color-border: #e5e7eb;
    --color-muted: #001033;
    --section-padding: 60px;
    --section-gap: 60px;
    --t-hero: clamp(28px, 1.30rem + 2.10vw, 44px);
    --t-section: clamp(26px, 1.30rem + 1.75vw, 40px);
    --t-block: clamp(22px, 1.20rem + 1.00vw, 30px);
    --t-panel: clamp(20px, 1.15rem + 0.50vw, 24px);
    --t-card: clamp(15.5px, 0.93rem + 0.20vw, 17.5px);
    --t-lead: 16px;
    --t-eyebrow: 13px;
    --fw-display: 800;
    --fw-heading: 700;
    --fw-eyebrow: 700;
    --lh-display: 1.18;
    --lh-heading: 1.30;
    --lh-lead: 1.65;
    ---t--lead: 12px;
    --ls-display: -0.02em;
    --ls-eyebrow: 1.4px;
    --h-ink: #120A1F;
    --h-lead: #001033;
    --h-accent: var(--color-primary);
    --h-accent-text: var(--color-primary-text);
    --h-gap-hero: 24px;
    --h-gap-section: 16px;
    --h-gap-block: 12px;
    --h-gap-card: 8px;
    --gloss-speed: 2.8s;
    --gloss-width: 60%;
    --btn-grad: linear-gradient(180deg, #0069ff 0%, #0058d6 55%, #0047ad 100%)
}

body {
    overflow-x: hidden;
    width: 100%;
    background-color: var(--color-background);
    color: var(--h-lead);
    line-height: 1.6;
    font-size: 16px;
    font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button,
input,
select,
textarea,
a {
    font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif
}

img,
svg,
video {
    max-width: 100%
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0
}

:focus-visible {
    outline: 3px solid var(--h-accent-text);
    outline-offset: 2px;
    border-radius: 4px
}

.vc-i {
    width: 1em;
    height: 1em;
    display: block;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
    color: #120A1F;
    text-wrap: balance
}

h1 {
    font-size: var(--t-hero);
    font-weight: var(--fw-display);
    line-height: var(--lh-display);
    letter-spacing: var(--ls-display);
    margin-bottom: var(--h-gap-hero)
}

h2 {
    font-size: var(--t-section);
    font-weight: var(--fw-display);
    line-height: var(--lh-heading);
    letter-spacing: var(--ls-display);
    margin-bottom: var(--h-gap-section)
}

h3 {
    font-size: var(--t-panel);
    font-weight: var(--fw-heading);
    line-height: var(--lh-heading);
    margin-bottom: var(--h-gap-block)
}

h4 {
    font-size: 20px;
    font-weight: var(--fw-heading);
    line-height: 1.4;
    margin-bottom: var(--h-gap-card)
}

h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: var(--h-gap-card)
}

h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: var(--h-gap-card)
}

p {
    font-size: var(--t-lead);
    line-height: var(--lh-lead);
    color: var(--h-lead);
    margin-bottom: 10px
}

small {
    font-size: 0.875rem
}

.customized-container,
.guarantee-container,
.vps-lg-card,
.vps-features-grid .traffic-card,
.vps-hosting-section .blue-bg {
    --h-ink: white;
    --h-lead: rgba(255, 255, 255, 0.92);
    --h-accent-text: white
}

.customized-container h1,
.customized-container h2,
.customized-container h3,
.guarantee-container h1,
.guarantee-container h2,
.guarantee-container h3,
.vps-lg-card h1,
.vps-lg-card h2,
.vps-lg-card h3,
.vps-features-grid .traffic-card h3,
.vps-hosting-section .blue-bg h3 {
    color: #fff
}

.gradient-blue,
#gblue,
.accent,
.compare-highlight-head {
    color: #0069ff
}

.customized-container .gradient-blue,
.guarantee-container .gradient-blue,
.blue-bg .gradient-blue,
.traffic-card .gradient-blue,
.vps-lg-card .gradient-blue {
    color: #fff
}

.vps-title,
.section-title,
.why-choose-title,
.header-section h1,
.header-section h2,
.features-included-container h2,
.datacenter-content h2,
.empower-content h2,
.success-content h2,
.testimonial-header h2,
.faq-header h2,
.deploy-header h2,
.usecases-header h2,
.trust-header h2,
.vpsfaq-header h2,
.wch-title {
    font-size: var(--t-section);
    font-weight: var(--fw-display);
    line-height: var(--lh-heading);
    letter-spacing: var(--ls-display);
    color: #120A1F;
    margin: 0 0 var(--h-gap-section);
    text-wrap: balance;
    overflow-wrap: break-word;
}

.customized-content h2,
.vps-lg-title {
    font-size: var(--t-section);
    font-weight: var(--fw-display);
    line-height: var(--lh-heading);
    letter-spacing: var(--ls-display);
    color: #fff;
    margin: 0 0 var(--h-gap-section)
}

.guarantee-content h2 {
    font-size: clamp(24px, 1.1rem + 1.5vw, 34px);
    font-weight: var(--fw-display);
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #fff;
    margin: 0 0 var(--h-gap-section);
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word
}

.vps-features-grid .feature-card h3,
.vps-features-grid .traffic-text h3,
.vps-features-grid .vcores-text h3,
.vps-features-grid .backup-text h3,
.vps-features-grid .root-access-description h3,
.vps-hosting-section .feature-card h3 {
    font-size: var(--t-block);
    font-weight: var(--fw-heading);
    line-height: var(--lh-heading);
    letter-spacing: 0;
    color: #120A1F
}

.feature-card.blue-bg h3,
.feature-card.blue-bg p {
    color: #fff !important
}

.usecase-text h3,
.trust-text h3,
.deploy-card-text .name,
.compare-table thead tr:nth-child(2) th h3 {
    font-size: var(--t-card);
    font-weight: var(--fw-heading);
    line-height: 1.4;
    color: var(--h-ink)
}

.vps-description,
.section-description,
.why-choose-text,
.header-section .subtitle,
.features-included-container p,
.datacenter-content p,
.empower-content p,
.success-content p,
.customized-content p,
.guarantee-content p,
.testimonial-header p,
.deploy-header p,
.usecases-header p,
.trust-header p,
.vpsfaq-header p {
    font-size: var(--t-lead);
    font-weight: 400;
    line-height: var(--lh-lead);
    color: var(--h-lead);
    margin-bottom: 20px
}

.deploy-header p:last-child,
.usecases-header p:last-child,
.trust-header p:last-child,
.vpsfaq-header p:last-child,
.testimonial-header p:last-child,
.header-section .subtitle:last-child,
.why-choose-text:last-child {
    margin-bottom: 0
}

.deploy-card-text .desc {
    font-size: var(--t-lead);
    line-height: var(--lh-lead);
    color: var(--h-lead);
    margin: 0
}

.deploy-eyebrow,
.vpsfaq-eyebrow,
.hero-left .small-title,
.deploy-group-label {
    display: inline-block;
    font-size: var(--t-eyebrow);
    font-weight: var(--fw-eyebrow);
    line-height: 1.4;
    letter-spacing: var(--ls-eyebrow);
    text-transform: uppercase;
    color: var(--h-accent-text);
    margin-bottom: var(--h-gap-block)
}

.hero-left .small-title {
    color: var(--h-ink);
    opacity: 0.9;
    padding-top: 0px
}

.site-container,
.container,
.layout-container {
    max-width: var(--site-max-width);
    width: 100%;
    margin: 0 auto;
    padding: 0 var(--site-padding-desktop)
}

@media (max-width:1024px) {

    .site-container,
    .container,
    .layout-container {
        padding: 0 var(--site-padding-tablet)
    }
}

@media (max-width:768px) {

    .site-container,
    .container,
    .layout-container {
        padding: 0 var(--site-padding-mobile)
    }
}

.hero-section {
    padding: 60px 0 80px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    position: relative;
    overflow: hidden
}

.hero-section .container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    z-index: 1
}

.hero-section {
    padding-bottom: 0 !important
}

.hero-section .site-container {
    padding-bottom: 0 !important
}

.hero-left {
    flex: 0 0 55%;
    max-width: 55%;
    display: flex;
    flex-direction: column
}

.hero-left-content {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.hero-left h1 {
    font-size: var(--t-hero, 42px);
    font-weight: var(--fw-display, 800);
    line-height: var(--lh-display, 1.15);
    letter-spacing: var(--ls-display, -0.02em);
    color: #120A1F;
    margin: 0
}

.hero-description {
    font-size: var(--t-lead);
    line-height: var(--lh-lead);
    color: var(--h-lead);
    margin: 0
}

.hero-fine {
    font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
    font-size: var(---t--lead);
    line-height: var(--lh-lead);
    color: var(--h-lead)
}

.hero-left .guarantee {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 6px;
    font-size: 13.5px;
    color: #475569;
    margin-top: 10px
}

.managed-callout {
    width: 100%;
    max-width: 100%;
    margin-top: 28px;
    padding: 16px 24px;
    background: rgba(240, 246, 255, 0.85);
    border: 1px solid rgba(0, 105, 255, 0.12);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-sizing: border-box
}

.managed-callout-text {
    align-items: center;
    gap: 12px;
    flex: 1 1 auto
}

.managed-callout-text strong {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    white-space: nowrap
}

.managed-callout-text p {
    margin: 0;
    font-size: 14.5px;
    color: #475569;
    white-space: nowrap
}

.managed-callout-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #0069ff;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.2s ease, transform 0.2s ease
}

.managed-callout-btn:hover {
    background: #0052cc;
    transform: translateY(-1px)
}

.hero-right {
    flex: 0 0 42%;
    max-width: 42%;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.hero-visual-link {
    display: block;
    width: 100%;
    max-width: 560px;
    text-decoration: none;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
    border: none;
    background: transparent;
    transition: none
}

.hero-visual-image {
    display: block;
    width: 80%;
    height: 70%;
    object-fit: contain
}

@media (max-width:1200px) {
    .hero-left {
        flex: 0 0 52%;
        max-width: 52%
    }

    .hero-right {
        flex: 0 0 45%;
        max-width: 45%
    }

    .managed-callout-text p {
        white-space: normal
    }
}

@media (max-width:767px) {
    .hero-section .container {
        flex-direction: column;
        align-items: stretch;
        gap: 40px
    }

    .hero-left,
    .hero-right {
        flex: 0 0 100%;
        max-width: 100%
    }

    .hero-visual-link {
        max-width: 100%
    }

    .managed-callout {
        margin-top: 32px
    }
}

@media (max-width:640px) {
    .hero-left .guarantee {
        white-space: normal;
        flex-wrap: wrap
    }

    .managed-callout {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        padding: 18px
    }

    .managed-callout-text {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px
    }

    .managed-callout-text strong {
        white-space: normal
    }

    .managed-callout-btn {
        width: 100%;
        justify-content: center
    }

    .hero-visual-link {
        max-width: 100%
    }
}

.feature-list {
    list-style: none;
    margin: 0 0 0px
}

.feature-list li {
    margin-bottom: 12px;
    font-size: 16px;
    color: var(--h-ink);
    display: flex;
    align-items: center
}

.feature-list li::before {
    content: "\2713";
    color: var(--h-accent-text);
    margin-right: 10px;
    font-weight: bold;
    font-size: 18px
}

.buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 0px;
    flex-wrap: wrap
}

.start-btn,
.trial-btn {
    padding: 14px 32px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 600;
    letter-spacing: 0.02em;
    font-family: inherit;
    line-height: 1.5
}

.start-btn {
    display: inline-block;
    background: var(--btn-grad);
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 105, 255, 0.25)
}

.trial-btn {
    display: inline-block;
    border: 2px solid #e5e7eb;
    background: white;
    color: #120A1F;
    text-decoration: none
}

.start-btn:hover,
.start-btn:focus,
.start-btn:active {
    background: var(--btn-grad);
    color: #fff;
    border: none;
    box-shadow: 0 8px 20px rgba(0, 105, 255, 0.25);
    transform: none;
    text-decoration: none
}

.trial-btn:hover,
.trial-btn:focus,
.trial-btn:active {
    background: #fff;
    color: #120A1F;
    border: 2px solid #e5e7eb;
    box-shadow: none;
    transform: none;
    text-decoration: none
}

.start-btn,
.trial-btn,
.vps-contact-btn,
.customized-btn,
.chat-now-btn,
.security-cta-btn,
.datacenter-btn,
.empower-btn,
.success-btn,
.managed-callout-btn,
.hero-btn-submit,
.hero-btn-close-success,
.testimonial-nav-btn,
.deploy-tab,
.vpsw-btn,
.vpsw-cta,
.vps-btn {
    position: relative;
    overflow: hidden;
    isolation: isolate
}

.start-btn::after,
.trial-btn::after,
.vps-contact-btn::after,
.customized-btn::after,
.chat-now-btn::after,
.security-cta-btn::after,
.datacenter-btn::after,
.empower-btn::after,
.success-btn::after,
.managed-callout-btn::after,
.hero-btn-submit::after,
.hero-btn-close-success::after,
.testimonial-nav-btn::after,
.deploy-tab.active::after,
.vpsw-btn-next::after,
.vpsw-cta-solid::after,
.vpsw-cta-ghost::after,
.vps-btn::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -120%;
    width: var(--gloss-width);
    height: 200%;
    background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.15) 35%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0.15) 65%, transparent 100%);
    transform: translate3d(0, 0, 0) skewX(-25deg);
    animation: glossyMove var(--gloss-speed) linear infinite;
    pointer-events: none;
    z-index: 1
}

.trial-btn::after,
.customized-btn::after,
.chat-now-btn::after,
.hero-btn-close-success::after,
.testimonial-nav-btn::after,
.vpsw-cta-ghost::after {
    background: linear-gradient(115deg, transparent 0%, rgba(0, 105, 255, 0.06) 35%, rgba(0, 105, 255, 0.20) 50%, rgba(0, 105, 255, 0.06) 65%, transparent 100%)
}

@keyframes glossyMove {
    from {
        transform: translate3d(0, 0, 0) skewX(-25deg)
    }

    to {
        transform: translate3d(433.33%, 0, 0) skewX(-25deg)
    }
}

.start-btn>*,
.trial-btn>*,
.vps-contact-btn>*,
.customized-btn>*,
.chat-now-btn>*,
.security-cta-btn>*,
.datacenter-btn>*,
.empower-btn>*,
.success-btn>*,
.managed-callout-btn>*,
.hero-btn-submit>*,
.testimonial-nav-btn>*,
.vpsw-btn>*,
.vpsw-cta>* {
    position: relative;
    z-index: 2
}

.kpi-strip {
    background: white;
    padding: 20px 0;
    overflow: hidden;
    color: var(--h-ink);
    content-visibility: auto;
    contain-intrinsic-size: auto 72px
}

.kpi-strip .kpi-container,
.kpi-strip>.site-container,
.kpi-strip>.container,
.kpi-strip>.layout-container {
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.kpi-marquee {
    width: 100%;
    overflow: hidden
}

.kpi-track {
    display: flex;
    gap: 40px;
    width: max-content;
    will-change: transform;
    animation: kpi-scroll 32s linear infinite
}

@keyframes kpi-scroll {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(-50%, 0, 0)
    }
}

.kpi-seq {
    display: flex;
    gap: 40px;
    flex-shrink: 0
}

.kpi-card {
    background: transparent;
    border-radius: 12px;
    padding: 4px 8px;
    text-align: center;
    color: #120A1F;
    min-width: 120px
}

.kpi-k {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 4px
}

.kpi-l {
    font-size: 12px;
    opacity: 1;
    color: #475569;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px
}

.wch-head .deploy-eyebrow {
    margin-bottom: 12px
}

@media (min-width:901px) and (max-width:1120px) {}

@media (max-width:900px) {}

@media (max-width:700px) {}

.vps-lg-section {
    padding: 20px 0 0;
    background: white
}

.vps-lg-wrap {
    max-width: var(--site-max-width)
}

.vps-lg-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 40px 48px;
    border-radius: 24px;
    background: radial-gradient(circle at 88% 40%, rgba(255, 255, 255, 0.12) 0%, transparent 48%), linear-gradient(135deg, #0069ff 0%, #1678ff 55%, #2b88ff 100%);
    color: #fff;
    overflow: hidden;
    position: relative
}

.vps-lg-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 12% 100%, rgba(255, 255, 255, 0.08) 0%, transparent 55%);
    pointer-events: none
}

.vps-lg-copy {
    flex: 1 1 54%;
    text-align: left;
    max-width: 620px;
    position: relative;
    z-index: 1
}

.vps-lg-eyebrow {
    margin: 0 0 10px;
    font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
    font-size: var(--t-eyebrow);
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #c9e0ff
}

.vps-lg-title {
    margin: 0 0 14px;
    font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
    font-size: clamp(28px, 1.3rem + 1.4vw, 38px);
    font-weight: var(--fw-display);
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: #fff;
    white-space: nowrap;
    overflow-wrap: break-word
}

.vps-lg-desc {
    margin: 0 0 28px;
    max-width: 560px;
    font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
    font-size: var(--t-lead);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.92)
}

.vps-lg-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    background: transparent;
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
    font-size: clamp(17px, 0.9rem + 0.5vw, 20px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-decoration: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    min-width: 0;
    transition: opacity 0.2s ease, transform 0.2s ease
}

.vps-lg-btn svg {
    flex-shrink: 0;
    width: 1.15em;
    height: 1.15em;
    color: #ffffff
}

.vps-lg-btn:hover,
.vps-lg-btn:focus,
.vps-lg-btn:active {
    color: #e6f0ff;
    background: transparent;
    text-decoration: underline;
    text-underline-offset: 4px;
    border: none;
    box-shadow: none;
    transform: translateX(3px);
    filter: none;
    opacity: 0.92
}

.vps-lg-btn:hover svg,
.vps-lg-btn:focus svg,
.vps-lg-btn:active svg {
    color: #e6f0ff
}

.vps-lg-visual {
    position: relative;
    flex: 0 0 280px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.vps-lg-globe {
    width: 220px;
    height: 220px
}

.vps-lg-pulse {
    transform-origin: center;
    animation: vps-lg-pulse 2.4s ease-out infinite
}

@keyframes vps-lg-pulse {
    0% {
        opacity: 1
    }

    70% {
        opacity: 0.35
    }

    100% {
        opacity: 1
    }
}

.vps-lg-stat {
    position: absolute;
    right: 4px;
    top: 54%;
    min-width: 118px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    background: linear-gradient(160deg, rgba(0, 60, 160, 0.82) 0%, rgba(0, 80, 200, 0.78) 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 28px rgba(0, 40, 120, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.06) inset
}

.vps-lg-stat-line {
    display: block;
    font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #ffffff
}

.vps-lg-bar {
    display: block;
    width: 100%;
    height: 4px;
    margin: 8px 0;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22)
}

.vps-lg-bar::after {
    content: '';
    display: block;
    width: 62%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ffffff 0%, #c9e0ff 100%)
}

@media (min-width:901px) and (max-width:1100px) {
    .vps-lg-card {
        gap: 28px;
        padding: 32px 36px
    }

    .vps-lg-copy {
        max-width: none
    }

    .vps-lg-title {
        font-size: clamp(24px, 1.05rem + 1.1vw, 30px);
        white-space: normal;
        line-height: 1.18;
        margin-bottom: 10px
    }

    .vps-lg-desc {
        font-size: 15px;
        line-height: 1.6;
        max-width: 100%;
        margin-bottom: 22px
    }

    .vps-lg-visual {
        flex: 0 0 230px;
        height: 200px
    }

    .vps-lg-globe {
        width: 200px;
        height: 200px
    }

    .vps-lg-stat {
        right: 0;
        top: 56%;
        min-width: 108px;
        padding: 8px 10px
    }

    .vps-lg-stat-line {
        font-size: 11px
    }
}

@media (max-width:900px) {
    .vps-lg-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
        padding: 28px 24px;
        border-radius: 20px
    }

    .vps-lg-copy {
        max-width: none
    }

    .vps-lg-title {
        font-size: clamp(24px, 1.2rem + 1.5vw, 32px);
        white-space: normal;
        line-height: 1.2
    }

    .vps-lg-btn {
        font-size: clamp(16px, 0.9rem + 0.5vw, 18px)
    }

    .vps-lg-desc {
        max-width: 100%
    }

    .vps-lg-visual {
        align-self: center;
        flex-basis: auto
    }
}

@media (max-width:576px) {
    .vps-lg-section {
        padding: 8px 0 0
    }

    .vps-lg-card {
        padding: 24px 18px;
        border-radius: 16px;
        gap: 22px
    }

    .vps-lg-title {
        font-size: clamp(20px, 1rem + 1.5vw, 26px);
        margin-bottom: 10px
    }

    .vps-lg-desc {
        margin-bottom: 22px
    }

    .vps-lg-btn {
        width: auto;
        padding: 0;
        font-size: clamp(15px, 0.88rem + 0.4vw, 17px);
        justify-content: flex-start;
        gap: 8px
    }

    .vps-lg-btn svg {
        width: 1em;
        height: 1em
    }

    .vps-lg-visual {
        height: 190px;
        width: 100%
    }

    .vps-lg-globe {
        width: 190px;
        height: 190px
    }

    .vps-lg-stat {
        min-width: 108px;
        padding: 8px 10px;
        right: -4px
    }

    .vps-lg-stat-line {
        font-size: 11px
    }
}

.vps-plans-section {
    padding: 40px 0;
    background: linear-gradient(180deg, white 0%, #f9fbff 100%)
}

.vps-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.vps-title {
    text-align: center;
    width: 100%
}

.vps-plan-highlights {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px 28px;
    list-style: none;
    margin: 0 0 8px;
    padding: 0
}

.vps-plan-highlights li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14.5px;
    font-weight: 600;
    color: var(--h-ink)
}

.vps-plan-highlights .vc-i {
    width: 18px;
    height: 18px;
    color: var(--h-accent-text)
}

@media (max-width:600px) {
    .vps-plan-highlights {
        gap: 10px 18px
    }

    .vps-plan-highlights li {
        font-size: 13.5px
    }
}

#plans {
    scroll-margin-top: 140px
}

#vps-plans-section {
    scroll-margin-top: 100px
}

.vps-table-wrap {
    width: 100%;
    margin-top: 32px;
    background: white;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.vps-price-table {
    width: 100%;
    min-width: 780px;
    border-collapse: collapse;
    background: white;
    text-align: left
}

.vps-price-table caption {
    text-align: left
}

.vps-price-table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fbfcfe;
    padding: 16px 14px;
    font-size: 14px;
    font-weight: 700;
    color: var(--h-ink);
    white-space: nowrap;
    border-bottom: 1px solid var(--color-border)
}

.vps-price-table tbody td,
.vps-price-table tbody th {
    padding: 14px 14px;
    font-size: 14px;
    font-weight: 400;
    color: var(--h-ink);
    border-bottom: 1px solid #eef1f5;
    vertical-align: middle;
    white-space: nowrap;
    text-align: left
}

.vps-price-table tbody tr:last-child td,
.vps-price-table tbody tr:last-child th {
    border-bottom: none
}

.vps-price-table tbody tr {
    transition: background 0.18s ease
}

.vps-price-table tbody tr:hover {
    background: #f7faff
}

.vps-price-table .vps-plan-cell {
    font-weight: 600;
    color: var(--h-ink);
    letter-spacing: 0.01em
}

.vps-price-table .vps-price-cell {
    font-weight: 700;
    color: var(--h-ink)
}

.vps-price-renew {
    display: block;
    margin-top: 4px;
    font-size: 11.5px;
    font-weight: 500;
    color: var(--h-lead);
    opacity: 0.7;
    white-space: normal
}

.vps-cta-cell {
    width: 1%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px
}

.vps-contact-btn {
    display: inline-block;
    min-width: 90px;
    padding: 9px 18px;
    border: none;
    border-radius: 8px;
    background: var(--btn-grad);
    color: #fff;
    font-family: inherit;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(0, 105, 255, 0.22);
    transition: box-shadow 0.2s ease, transform 0.2s ease
}

.vps-contact-btn:hover,
.vps-contact-btn:focus,
.vps-contact-btn:active {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(0, 105, 255, 0.28)
}

.vps-contact-btn:focus-visible {
    outline: 3px solid var(--h-accent-text);
    outline-offset: 2px
}

.vps-view-features {
    appearance: none;
    border: none;
    background: none;
    padding: 0;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    color: var(--h-accent-text);
    text-decoration: underline;
    cursor: pointer;
    white-space: nowrap
}

.vps-view-features:hover,
.vps-view-features:focus-visible {
    text-decoration: none
}

.vps-table-note {
    margin: 18px auto 0;
    max-width: 720px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--h-lead);
    text-align: center
}

.vps-table-note a {
    color: var(--h-accent-text);
    font-weight: 600;
    text-decoration: underline
}

.vps-table-note a:hover {
    text-decoration: none
}

.vps-price-period {
    display: none
}

@media (max-width:1199px) {
    .vps-price-table thead th {
        padding: 16px 18px;
        font-size: 14.5px
    }

    .vps-price-table tbody td,
    .vps-price-table tbody th {
        padding: 15px 18px;
        font-size: 14.5px
    }

    .vps-contact-btn {
        min-width: 96px;
        padding: 10px 18px;
        font-size: 14px
    }
}

@media (max-width:767px) {

    .vps-plans-section,
    .vps-plans-section * {
        font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif
    }

    .vps-table-wrap {
        border: none;
        background: transparent;
        box-shadow: none;
        overflow-x: visible;
        margin-top: 20px
    }

    .vps-price-table {
        min-width: 0;
        display: block
    }

    .vps-price-table thead {
        display: none
    }

    .vps-price-table tbody {
        display: block
    }

    .vps-price-table tbody tr {
        display: grid;
        grid-template-columns: 1fr auto;
        column-gap: 12px;
        row-gap: 0;
        background: #ffffff;
        border: 1px solid #e8edf3;
        border-radius: 18px;
        padding: 22px 20px 20px;
        margin: 0 0 16px;
        box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06)
    }

    .vps-price-table tbody tr:hover {
        background: #ffffff
    }

    .vps-price-table tbody td,
    .vps-price-table tbody th {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 11px 0;
        border-bottom: none;
        white-space: normal;
        font-size: 14.5px;
        font-weight: 500;
        color: #334155;
        line-height: 1.4
    }

    .vps-price-table tbody td::before,
    .vps-price-table tbody th::before {
        content: attr(data-label);
        font-size: 14.5px;
        font-weight: 500;
        letter-spacing: 0;
        text-transform: none;
        color: #334155
    }

    .vps-price-table tbody td[data-label="vCPU Cores"]::before {
        content: "vCPUs (cores)"
    }

    .vps-price-table tbody td[data-label="RAM (GB)"]::before {
        content: "Memory (GB)"
    }

    .vps-price-table .vps-plan-cell,
    .vps-price-table .vps-price-cell {
        padding-top: 0;
        padding-bottom: 14px;
        margin-bottom: 6px;
        border-bottom: 1px solid #e8edf3;
        align-self: stretch
    }

    .vps-price-table .vps-plan-cell {
        grid-column: 1;
        grid-row: 1;
        justify-content: flex-start;
        font-size: 16px;
        font-weight: 800;
        color: #120A1F;
        letter-spacing: -0.01em
    }

    .vps-price-table .vps-plan-cell::before {
        content: none
    }

    .vps-price-table .vps-price-cell {
        grid-column: 2;
        grid-row: 1;
        flex-direction: row;
        align-items: baseline;
        justify-content: flex-end;
        font-size: 16px;
        font-weight: 800;
        white-space: nowrap;
        gap: 0
    }

    .vps-price-table .vps-price-cell::before {
        content: none
    }

    .vps-price-period {
        display: inline;
        font-size: inherit;
        font-weight: inherit;
        color: inherit;
        margin: 0;
        padding: 0
    }

    .vps-price-renew {
        display: none
    }

    .vps-price-table tbody td:not(.vps-price-cell):not(.vps-cta-cell) {
        grid-column: 1 / -1
    }

    .vps-price-table tbody td.vps-cta-cell::before {
        content: none
    }

    .vps-cta-cell {
        grid-column: 1 / -1;
        width: auto;
        padding-top: 16px;
        align-items: stretch;
        gap: 8px
    }

    .vps-contact-btn {
        width: 100%;
        min-width: 0;
        padding: 13px 20px;
        border-radius: 12px;
        font-size: 15.5px;
        font-weight: 700;
        background: #0069ff
    }

    .vps-view-features {
        text-align: center;
        padding-top: 2px
    }
}

.hero-visual-image {
    border-radius: 12px !important
}

@media (max-width:768px) {
    .vps-lg-visual {
        display: none !important
    }

    .hero-right {
        display: none !important
    }

    .hero-left {
        width: 100%
    }
}

.vpsf-overlay {
    position: fixed;
    inset: 0;
    z-index: 99998;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    background: rgba(15, 23, 42, .55);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px)
}

.vpsf-overlay.vpsf-active {
    display: flex
}

.vpsf-modal {
    position: relative;
    width: 100%;
    max-width: 420px;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    background: white;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .22);
    padding: 30px 26px 26px;
    animation: vpsf-pop .2s ease-out
}

@keyframes vpsf-pop {
    from {
        opacity: 0;
        transform: translate3d(0, 12px, 0) scale(.98)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.vpsf-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 9px;
    background: #f1f5f9;
    color: #5b6774;
    font-size: 20px;
    line-height: 1;
    cursor: pointer
}

.vpsf-close:hover {
    background: #e2e8f0;
    color: #0f172a
}

.vpsf-eyebrow {
    margin: 0 0 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--h-accent-text)
}

.vpsf-modal h3 {
    margin: 0 0 6px;
    font-size: 20px
}

.vpsf-price {
    margin: 0 0 18px;
    font-size: 14px;
    color: #5b6774
}

.vpsf-price #vpsfPrice {
    font-size: 22px;
    font-weight: 800;
    color: var(--h-ink)
}

.vpsf-renew {
    font-weight: 500
}

.vpsf-specs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 0 0 18px;
    padding: 14px 10px;
    background: #f8fafc;
    border-radius: 11px;
    list-style: none
}

.vpsf-specs li {
    text-align: center
}

.vpsf-specs b {
    display: block;
    font-size: 16px;
    font-weight: 750;
    color: var(--h-ink)
}

.vpsf-specs small {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    color: #5b6774
}

.vpsf-included-label {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #5b6774
}

.vpsf-features {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    display: grid;
    gap: 9px
}

.vpsf-features li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    color: var(--h-ink)
}

.vpsf-features .vc-i {
    width: 16px;
    height: 16px;
    color: #16a34a;
    flex: 0 0 auto
}

.vpsf-buy-btn {
    display: block;
    width: 100%
}

@media (max-width:480px) {
    .vpsf-overlay {
        padding: 14px 10px
    }

    .vpsf-modal {
        padding: 24px 18px 20px
    }

    .vpsf-specs {
        grid-template-columns: repeat(2, 1fr)
    }
}

.section-header-centered {
    text-align: center;
    margin-bottom: 40px
}

.section-description {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.vps-compare-section {
    padding: 60px 0;
    background: white;
    content-visibility: auto;
    contain-intrinsic-size: auto 720px
}

.compare-table-wrap {
    overflow-x: auto;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06)
}

.compare-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    min-width: 760px;
    background: white
}

.compare-table .compare-label-col {
    width: 18%
}

.compare-table .compare-plan-col {
    width: 27.333%
}

.compare-table.compare-table-3col .compare-label-col,
.compare-table-3col .compare-label-col {
    width: 26%
}

.compare-table.compare-table-3col .compare-plan-col,
.compare-table-3col .compare-plan-col {
    width: 37%
}

.compare-table.compare-table-5col .compare-label-col,
.compare-table-5col .compare-label-col {
    width: 20%
}

.compare-table.compare-table-5col .compare-plan-col,
.compare-table-5col .compare-plan-col {
    width: 20%
}

.compare-table th,
.compare-table td {
    padding: 20px 22px;
    text-align: left;
    font-size: 14.5px;
    color: var(--h-ink);
    border-bottom: 1px solid #e5e7eb;
    vertical-align: top;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.compare-table thead tr:first-child th,
.compare-table thead tr:first-child td {
    border-bottom: none;
    padding-bottom: 0
}

.compare-blank {
    background: transparent
}

.compare-badge-cell {
    padding: 0 0 12px
}

.compare-badge {
    display: block;
    text-align: center;
    background: #0069ff;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    padding: 8px 0;
    border-radius: 8px 8px 0 0
}

.compare-table thead tr:nth-child(2) th {
    border-bottom: 1px solid #e5e7eb
}

.compare-table thead tr:nth-child(2) th h3 {
    margin: 0
}

.compare-table thead tr:nth-child(2) th.compare-highlight-head h3 {
    color: var(--h-accent-text)
}

.row-label {
    font-weight: 700;
    color: var(--h-ink);
    white-space: normal;
    word-break: normal
}

.compare-highlight-cell,
.compare-highlight-head {
    background: linear-gradient(135deg, rgba(0, 105, 255, 0.06), rgba(0, 105, 255, 0.03))
}

.compare-table tbody tr:last-child td,
.compare-table tbody tr:last-child th {
    border-bottom: none
}

@media (max-width:768px) {

    .compare-table th,
    .compare-table td {
        padding: 14px 16px;
        font-size: 13.5px
    }
}

.vps-features-grid,
.vps-features-alt .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 40px;
    margin-top: 40px
}

.vps-features-grid .feature-card {
    background-color: #f8f9ff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column
}

.vps-features-grid .feature-image {
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: white;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 4 / 3;
    box-sizing: border-box;
    overflow: hidden
}

.vps-features-grid .feature-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto
}

.vps-features-grid .resource-icon {
    width: 60px;
    height: 60px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1)
}

.vps-features-grid .resource-icon svg {
    font-size: 24px;
    color: #4f46e5
}

.vps-features-grid .feature-card h3 {
    margin: 20px 20px 10px;
    text-align: left
}

.vps-features-grid .feature-card p {
    font-size: var(--t-lead);
    color: var(--h-lead);
    padding: 0 20px 20px;
    text-align: left;
    margin: 0
}

@media (min-width:1200px) {}

@media (max-width:992px) {

    .vps-features-grid,
    .vps-features-alt .features-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:768px) and (max-width:995px) {

    .vps-features-grid,
    .vps-features-alt .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px
    }

    .vps-features-grid .feature-image {
        height: 170px
    }
}

@media (max-width:768px) {

    .vps-features-grid,
    .vps-features-alt .features-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .vps-features-grid .feature-card h3 {
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    .vps-features-grid .feature-card p {
        padding: 0 20px 20px;
        text-align: center
    }
}

@media (max-width:600px) {

    .vps-features-grid,
    .vps-features-alt .features-grid {
        gap: 20px
    }

    .vps-features-grid .feature-card {
        border-radius: 12px
    }

    .vps-features-grid .feature-card p {
        padding: 0 16px 18px
    }

    .vps-features-grid .feature-image {
        height: auto;
        min-height: 150px;
        padding: 14px;
        aspect-ratio: auto
    }

    .vps-features-grid .feature-image img {
        max-height: 150px
    }
}

@media (max-width:420px) {

    .vps-features-grid,
    .vps-features-alt .features-grid {
        gap: 16px
    }

    .vps-features-grid .resource-icon {
        width: 48px;
        height: 48px
    }

    .vps-features-grid .resource-icon svg {
        font-size: 20px
    }

    .vps-features-grid .feature-image {
        min-height: 130px;
        padding: 10px
    }

    .vps-features-grid .feature-image img {
        max-height: 120px
    }

    .vps-features-grid .feature-card p {
        padding: 0 14px 16px
    }
}

.customized-cta,
.guarantee-section {
    max-width: var(--site-max-width);
    margin: 0 auto;
    width: 100%;
    content-visibility: auto;
    contain-intrinsic-size: auto 460px;
    padding: 0 var(--site-padding-desktop)
}

@media (max-width:1024px) {

    .customized-cta,
    .guarantee-section {
        padding-left: var(--site-padding-tablet);
        padding-right: var(--site-padding-tablet)
    }
}

@media (max-width:768px) {

    .customized-cta,
    .guarantee-section {
        padding-left: var(--site-padding-mobile);
        padding-right: var(--site-padding-mobile)
    }
}

.customized-container,
.guarantee-container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    background: linear-gradient(135deg, #0069ff, #0069ff);
    color: white;
    border-radius: 24px;
    padding: 20px 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08)
}

.customized-content {
    flex: 1
}

.customized-content p,
.guarantee-content p {
    margin-bottom: 30px
}

.customized-content .feature-list li {
    color: white
}

.customized-content .feature-list li::before {
    color: white
}

.customized-btn,
.chat-now-btn {
    display: inline-block;
    padding: 16px 32px;
    background: white;
    color: #0069ff;
    border: none;
    border-radius: 10px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    margin-top: 10px
}

.customized-btn:hover,
.chat-now-btn:hover {
    color: #0069ff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2)
}

.customized-image,
.guarantee-image {
    flex: 1;
    text-align: center;
    position: relative
}

.customized-image img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    aspect-ratio: 4 / 3;
    object-fit: contain
}

.guarantee-image img {
    max-width: 100%;
    max-height: 160px;
    width: auto;
    height: auto;
    border-radius: 16px;
    object-fit: contain;
    filter: brightness(0) invert(1)
}

.guarantee-content {
    flex: 1 1 auto
}

.guarantee-image {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.guarantee-container {
    gap: 40px;
    padding: 24px 56px;
    justify-content: space-between
}

.guarantee-content p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.92);
    margin: 0
}

@media (min-width:1440px) {
    .guarantee-container {
        gap: 50px;
        padding: 28px 64px
    }

    .guarantee-content h2 {
        font-size: clamp(28px, 1.2rem + 1.4vw, 36px);
        white-space: nowrap
    }

    .guarantee-content p {
        font-size: 17px;
        line-height: 1.65
    }

    .guarantee-image img {
        max-height: 180px
    }
}

@media (min-width:1200px) and (max-width:1439px) {
    .guarantee-container {
        gap: 36px;
        padding: 22px 48px
    }

    .guarantee-content h2 {
        font-size: clamp(24px, 1rem + 1.3vw, 30px);
        white-space: nowrap
    }

    .guarantee-content p {
        font-size: 15.5px
    }
}

@media (min-width:993px) and (max-width:1199px) {
    .guarantee-container {
        gap: 30px;
        padding: 20px 40px
    }

    .guarantee-content h2 {
        font-size: clamp(21px, 0.9rem + 1.1vw, 24px);
        white-space: nowrap
    }

    .guarantee-content p {
        font-size: 15px;
        line-height: 1.55
    }

    .guarantee-image img {
        max-height: 120px
    }
}

@media (max-width:992px) {

    .customized-container,
    .guarantee-container {
        flex-direction: column;
        gap: 30px;
        padding: 30px
    }

    .customized-content,
    .guarantee-content {
        padding: 20px 0;
        text-align: center
    }

    .customized-content .feature-list li {
        justify-content: center
    }

    .guarantee-content h2 {
        font-size: clamp(22px, 1rem + 1.5vw, 30px);
        white-space: normal
    }

    .guarantee-content p {
        font-size: 15.5px;
        margin: 0 auto;
        max-width: 600px
    }

    .guarantee-image img {
        max-height: 140px
    }
}

@media (max-width:768px) {

    .customized-container,
    .guarantee-container {
        padding: 25px
    }

    .guarantee-content h2 {
        font-size: clamp(20px, 1rem + 1.2vw, 26px)
    }

    .guarantee-content p {
        font-size: 15px;
        max-width: 100%
    }

    .guarantee-image {
        display: none
    }
}

@media (max-width:576px) {

    .customized-container,
    .guarantee-container {
        padding: 20px;
        gap: 20px;
        border-radius: 16px
    }

    .guarantee-content {
        padding: 10px 0
    }

    .guarantee-content p {
        margin-bottom: 20px;
        font-size: 14.5px;
        line-height: 1.55
    }

    .guarantee-content h2 {
        font-size: clamp(18px, 0.95rem + 1vw, 22px);
        line-height: 1.3
    }

    .guarantee-image img {
        max-height: 110px
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 105, 255, 0.7)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 105, 255, 0)
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 105, 255, 0)
    }
}

@keyframes float {
    0% {
        transform: translate3d(0, 0, 0)
    }

    50% {
        transform: translate3d(0, -15px, 0)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

.datacenter-btn {
    padding: 16px 32px;
    background: #0069ff;
    color: white;
    border: none;
    border-radius: 10px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px
}

.datacenter-btn:hover {
    background: #0058d6;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 105, 255, 0.35)
}

@media (max-width:900px) {
    .datacenter-btn {
        margin: 10px auto;
        display: block
    }
}

.empower-btn,
.success-btn {
    padding: 16px 32px;
    background: var(--btn-grad);
    color: white;
    border: none;
    border-radius: 10px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease
}

.empower-btn:hover,
.success-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 105, 255, 0.35)
}

.vps-hosting-section {
    padding: 40px 0;
    background-color: #f8fbff;
    position: relative;
    overflow: hidden;
    content-visibility: auto;
    contain-intrinsic-size: auto 1300px
}

.header-section {
    text-align: center;
    margin-bottom: 40px
}

.header-section .subtitle {
    max-width: 800px;
    margin: 0 auto
}

.features-grid {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.feature-row {
    display: flex;
    gap: 20px
}

.top-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.bottom-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px
}

.vps-hosting-section .feature-card {
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    position: relative;
    min-height: 200px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15)
}

.blue-bg {
    background-color: #0062ee
}

.blue-light-bg {
    background-color: #fafafa;
    color: #333
}

.vps-hosting-section .feature-content {
    padding: 30px;
    z-index: 2;
    min-width: 0
}

#flexOne .feature-content,
#flexOne .feature-image {
    flex: 1
}

.vps-hosting-section .feature-card h3 {
    margin: 0 0 15px
}

.blue-light-bg h3 {
    color: #120A1F
}

.vps-hosting-section .feature-card p {
    font-size: var(--t-lead);
    margin: 0 0 16px;
    padding: 0;
    line-height: var(--lh-lead);
    color: var(--h-lead)
}

.blue-light-bg p {
    color: var(--h-lead)
}

.blue-bg p {
    color: #fff
}

.vps-hosting-section .feature-card p:last-child {
    margin-bottom: 0
}

.feature-image {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex-shrink: 0
}

.feature-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    display: block
}

.vps-hosting-section .top-row .feature-card {
    display: flex;
    flex-direction: row;
    align-items: stretch
}

.vps-hosting-section .top-row .feature-content,
.vps-hosting-section .top-row .feature-image {
    width: 50%;
    min-width: 0
}

.vps-hosting-section .top-row .feature-image {
    max-height: none;
    height: auto;
    padding: 20px;
    min-height: 240px
}

.vps-hosting-section .top-row .feature-image img {
    max-height: 300px
}

.vps-hosting-section .bottom-row .feature-card {
    display: flex;
    flex-direction: column
}

.vps-hosting-section .bottom-row .feature-content {
    width: 100%;
    padding: 24px 24px 20px
}

.vps-hosting-section .bottom-row .feature-image {
    width: 100%;
    height: auto;
    min-height: 140px;
    padding: 14px;
    order: -1
}

.vps-hosting-section .bottom-row .feature-image img {
    max-height: 150px
}

.progress-dots {
    display: flex;
    gap: 11px;
    margin-top: 20px;
    justify-content: center;
    align-items: center
}

.dot {
    width: 30px;
    height: 5px;
    background-color: #d0d0d0;
    border-radius: 5px
}

.dot.active {
    background-color: #0069ff
}

.resource-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 16px;
    justify-content: center;
    align-items: center
}

.resource-icon {
    width: 48px;
    height: 48px;
    background-color: rgba(0, 120, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #0052cc
}

.scalability-chart {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 16px 20px;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    order: -1
}

.scalability-icon {
    max-width: 110px;
    max-height: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    filter: brightness(0)
}

.os-badges {
    position: absolute;
    bottom: 12px;
    right: 12px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end
}

.os-badge {
    background-color: rgba(255, 255, 255, 0.96);
    padding: 4px 9px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 700
}

.os-badge.linux {
    color: #333
}

.os-badge.windows {
    color: #0052cc
}

@media (max-width:992px) {

    .vps-hosting-section .top-row,
    .vps-hosting-section .bottom-row {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .vps-hosting-section .top-row .feature-card {
        flex-direction: column
    }

    .vps-hosting-section .top-row .feature-content,
    .vps-hosting-section .top-row .feature-image {
        width: 100%;
        min-width: 0
    }

    .vps-hosting-section .feature-image {
        min-height: 200px;
        height: auto;
        max-height: none;
        padding: 18px
    }

    .vps-hosting-section .top-row .feature-image {
        padding: 18px 18px 6px;
        min-height: 180px
    }

    .vps-hosting-section .top-row .feature-image img {
        max-height: 220px
    }

    .vps-hosting-section .bottom-row .feature-image {
        min-height: 160px;
        padding: 16px 16px 4px
    }

    .vps-hosting-section .bottom-row .feature-image img {
        max-height: 140px
    }

    .vps-hosting-section .bottom-row .feature-content {
        padding: 10px 20px 22px
    }

    .scalability-chart {
        padding: 16px 16px 4px
    }

    .scalability-icon {
        max-width: 90px;
        max-height: 120px
    }

    .os-badges {
        bottom: 8px;
        right: 8px;
        gap: 6px
    }

    .os-badge {
        font-size: 10px;
        padding: 3px 7px
    }
}

@media (max-width:900px) {
    .vps-hosting-section {
        padding: 15px 0
    }
}

@media (max-width:768px) {

    .vps-hosting-section .top-row,
    .vps-hosting-section .bottom-row {
        gap: 20px
    }

    .vps-hosting-section .feature-content {
        padding: 22px 20px 24px
    }

    .vps-hosting-section .feature-card h3 {
        text-align: center
    }

    .vps-hosting-section .feature-card p {
        text-align: center;
        margin-bottom: 14px
    }

    .vps-hosting-section .top-row .feature-image {
        padding: 18px 18px 4px
    }

    .vps-hosting-section .top-row .feature-image img {
        max-height: 190px
    }

    .vps-hosting-section .bottom-row .feature-image {
        min-height: 140px;
        padding: 16px 16px 2px
    }

    .vps-hosting-section .bottom-row .feature-image img {
        max-height: 120px
    }

    .scalability-chart {
        padding: 16px 16px 2px
    }

    .scalability-icon {
        max-width: 80px;
        max-height: 110px
    }

    .resource-icons {
        gap: 14px;
        margin-top: 14px
    }

    .resource-icon {
        width: 44px;
        height: 44px;
        font-size: 16px
    }

    .progress-dots {
        margin-top: 16px
    }
}

@media (max-width:600px) {
    .vps-hosting-section .feature-content {
        padding: 18px 16px 20px
    }

    .vps-hosting-section .feature-card p {
        font-size: var(--t-lead);
        margin-bottom: 12px
    }

    .vps-hosting-section .top-row .feature-image {
        padding: 16px 16px 2px;
        min-height: 160px
    }

    .vps-hosting-section .top-row .feature-image img {
        max-height: 160px
    }

    .vps-hosting-section .bottom-row .feature-image {
        min-height: 130px;
        padding: 14px 14px 2px
    }

    .vps-hosting-section .bottom-row .feature-image img {
        max-height: 110px
    }

    .scalability-chart {
        padding: 14px 14px 2px
    }

    .scalability-icon {
        max-width: 70px;
        max-height: 95px
    }

    .os-badges {
        bottom: 6px;
        right: 6px;
        gap: 4px
    }

    .os-badge {
        font-size: 10px;
        padding: 3px 6px
    }

    .resource-icons {
        gap: 12px
    }

    .resource-icon {
        width: 42px;
        height: 42px;
        font-size: 16px
    }
}

@media (max-width:420px) {
    .vps-hosting-section .feature-content {
        padding: 16px 14px 18px
    }

    .vps-hosting-section .top-row .feature-image {
        padding: 14px 14px 0;
        min-height: 140px
    }

    .vps-hosting-section .top-row .feature-image img {
        max-height: 140px
    }

    .vps-hosting-section .bottom-row .feature-image {
        min-height: 110px;
        padding: 12px 12px 0
    }

    .vps-hosting-section .bottom-row .feature-image img {
        max-height: 95px
    }

    .scalability-chart {
        padding: 12px 12px 0
    }

    .scalability-icon {
        max-width: 60px;
        max-height: 85px
    }

    .resource-icons {
        gap: 10px;
        margin-top: 12px
    }

    .resource-icon {
        width: 40px;
        height: 40px;
        font-size: 15px
    }
}

.managed-callout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: linear-gradient(135deg, rgba(0, 105, 255, 0.05), rgba(96, 165, 250, 0.05));
    border-radius: 16px;
    padding: 20px 24px;
    margin-top: 24px
}

.managed-callout-text strong {
    display: block;
    font-size: 16px;
    color: #120A1F;
    margin-bottom: 2px
}

.managed-callout-text p {
    font-size: var(--t-lead);
    color: var(--h-lead);
    margin: 0
}

.managed-callout-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #0069ff;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 999px;
    white-space: nowrap;
    text-decoration: none;
    flex-shrink: 0
}

.managed-callout {
    width: 100%;
    max-width: 600px
}

.managed-callout-text {
    min-width: 0
}

.managed-callout-btn:hover {
    background: #0069ff;
    color: #fff
}

@media (max-width:640px) {
    .managed-callout {
        flex-direction: column;
        align-items: flex-start
    }

    .managed-callout-btn {
        align-self: stretch;
        justify-content: center
    }
}

.testimonial-section {
    padding: 40px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
    content-visibility: auto;
    contain-intrinsic-size: auto 860px
}

.testimonial-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 50%, rgba(0, 105, 255, 0.08) 0%, transparent 50%), radial-gradient(circle at 70% 50%, rgba(32, 201, 151, 0.08) 0%, transparent 50%);
    pointer-events: none
}

.testimonial-section .container {
    position: relative;
    z-index: 1
}

.testimonial-header {
    text-align: center;
    margin-bottom: 4rem
}

.testimonial-header p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 3rem
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    background: white;
    padding: 2.5rem;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 320px;
    position: relative
}

.testimonial-card .quote-icon {
    font-size: 48px;
    color: var(--h-accent);
    line-height: 1;
    margin-bottom: 1rem;
    opacity: 0.25;
    height: 48px
}

.testimonial-card .quote-icon::before {
    content: "\201C"
}

.testimonial-card .testimonial-text {
    font-size: var(--t-lead);
    line-height: var(--lh-lead);
    color: var(--h-lead);
    margin-bottom: auto;
    font-weight: 400
}

.testimonial-card .testimonial-divider {
    height: 2px;
    background: linear-gradient(135deg, #ff6b6b, #feca57, #48dbfb, #ff9ff3, #54a0ff);
    margin: 1.5rem 0 1.25rem;
    border-radius: 2px;
    width: 60px
}

.testimonial-card .testimonial-author {
    display: flex;
    flex-direction: column;
    gap: 0.25rem
}

.testimonial-card .author-name {
    font-size: 16px;
    font-weight: 700;
    color: #120A1F;
    margin: 0
}

.testimonial-card .author-role {
    font-size: 14px;
    color: var(--h-lead);
    font-weight: 500
}

.testimonial-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 2rem
}

.testimonial-nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #d0d5dd;
    background: white;
    cursor: pointer;
    color: #0069ff;
    display: flex;
    align-items: center;
    justify-content: center
}

.testimonial-nav-btn svg {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 2
}

@media (max-width:1024px) {
    .testimonial-grid {
        gap: 24px;
        grid-template-columns: repeat(2, 1fr)
    }

    .testimonial-card {
        padding: 2rem;
        min-height: 300px
    }
}

@media (max-width:768px) {
    .testimonial-header {
        margin-bottom: 2.5rem
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .testimonial-card {
        padding: 1.75rem;
        min-height: auto;
        width: 100%
    }

    .testimonial-card .quote-icon {
        font-size: 40px;
        height: 40px
    }

    .testimonial-card .testimonial-text {
        font-size: 0.95rem;
        line-height: 1.6
    }

    .testimonial-navigation {
        margin-top: 1.5rem;
        gap: 12px
    }

    .testimonial-nav-btn {
        width: 44px;
        height: 44px
    }
}

@media (max-width:480px) {
    .testimonial-card {
        padding: 1.5rem
    }

    .testimonial-card .testimonial-text {
        font-size: 0.9rem
    }
}

.hero-section,
.kpi-strip,
.vps-lg-section,
.vps-plans-section,
.features-included-section,
.customized-cta,
.datacenter-section,
.empower-section,
.success-section,
.guarantee-section,
.vps-hosting-section,
.testimonial-section,
.faq-section {
    padding-top: 60px;
    padding-bottom: 60px
}

.hero-section {
    padding-top: calc(var(--vc-navbar-total, 96px) + 24px) !important;
    padding-bottom: 0 !important
}

.kpi-strip {
    padding-top: 20px;
    padding-bottom: 20px
}

.vps-lg-section {
    padding: 60px 0
}

@media (max-width:1000px) {
    .hero-section {
        padding-top: calc(var(--vc-mobile-navbar-h, 60px) + 20px) !important
    }
}

@media (max-width:1024px) {

    .hero-section,
    .vps-plans-section,
    .features-included-section,
    .customized-cta,
    .datacenter-section,
    .empower-section,
    .success-section,
    .guarantee-section,
    .vps-hosting-section,
    .testimonial-section,
    .faq-section {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (max-width:768px) {

    .hero-section,
    .vps-plans-section,
    .features-included-section,
    .customized-cta,
    .datacenter-section,
    .empower-section,
    .success-section,
    .guarantee-section,
    .vps-hosting-section,
    .testimonial-section,
    .faq-section {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible
}

.popup-overlay.active .popup-container {
    transform: scale(1) translateY(0)
}

@media (max-width:768px) {}

@media (max-width:480px) {}

.deploy-section .container,
.usecases-section .container,
.trust-section .container {
    max-width: var(--site-max-width);
    width: 100%;
    margin: 0 auto;
    padding: 0 3rem
}

.deploy-section {
    padding: 60px 0;
    background: white;
    content-visibility: auto;
    contain-intrinsic-size: auto 1500px
}

.usecases-section {
    padding: 60px 0;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
    content-visibility: auto;
    contain-intrinsic-size: auto 1600px
}

.deploy-header,
.usecases-header,
.trust-header {
    max-width: 100%;
    margin: 0 auto 40px;
    text-align: center
}

.usecases-header {
    max-width: 100%;
    margin-bottom: 44px
}

.deploy-header {
    max-width: 720px;
    margin-bottom: 40px
}

.trust-header h2 {
    margin-bottom: 0;
    width: 100%
}

.usecases-header p {
    margin-top: 20px
}

.trust-header p {
    margin-top: 16px
}

.usecases-header h2 .accent {
    position: relative
}

.usecases-header h2 .accent::after {
    content: '';
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: -6px;
    height: 3px;
    border-radius: 3px;
    background: var(--h-accent)
}

.deploy-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 36px
}

.deploy-tabs {
    display: inline-flex;
    padding: 5px;
    background: white;
    border: 1.5px solid var(--color-border);
    border-radius: 999px;
    gap: 4px
}

.deploy-tab {
    appearance: none;
    border: none;
    background: transparent;
    cursor: pointer;
    font-family: inherit;
    font-size: 14.5px;
    font-weight: 600;
    color: #0052cc;
    padding: 10px 22px;
    border-radius: 999px;
    transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
    white-space: nowrap
}

.deploy-tab.active {
    background: #0062ee;
    color: white
}

.deploy-tab:not(.active):hover {
    background: rgba(0, 105, 255, 0.06)
}

.deploy-tab>* {
    position: relative;
    z-index: 2
}

.deploy-search {
    position: relative;
    width: 280px;
    max-width: 100%
}

.deploy-search input {
    width: 100%;
    font-family: inherit;
    font-size: 14px;
    padding: 12px 16px 12px 40px;
    border-radius: 999px;
    border: 1.5px solid #d0d5dd;
    background: white;
    color: var(--h-ink);
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease
}

.deploy-search input:focus {
    border-color: var(--h-accent-text);
    box-shadow: 0 0 0 4px rgba(0, 105, 255, 0.10)
}

.deploy-search input::placeholder {
    color: #667085;
    opacity: 1
}

.deploy-search svg {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    color: #667085;
    pointer-events: none
}

.deploy-panel {
    display: none
}

.deploy-panel.active {
    display: block;
    animation: deployFadeIn 0.25s ease
}

@keyframes deployFadeIn {
    from {
        opacity: 0;
        transform: translate3d(0, 4px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.deploy-group {
    margin-bottom: 28px
}

.deploy-group:last-child {
    margin-bottom: 0
}

.deploy-group-label {
    display: block;
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--color-border)
}

.deploy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px
}

.deploy-card {
    appearance: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border: 1.5px solid var(--color-border);
    border-radius: 12px;
    background: white;
    text-decoration: none;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease
}

.deploy-card:hover {
    border-color: rgba(0, 105, 255, 0.35);
    box-shadow: 0 10px 24px rgba(0, 105, 255, 0.10);
    transform: translateY(-2px)
}

.deploy-card-text {
    flex: 1 1 auto;
    min-width: 0
}

.deploy-card-text .name {
    margin: 0 0 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.deploy-card-text .desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.deploy-card-arrow {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    color: #667085;
    transition: color 0.2s ease, transform 0.2s ease
}

.deploy-card:hover .deploy-card-arrow {
    color: var(--h-accent-text);
    transform: translate(2px, -2px)
}

.deploy-empty {
    padding: 40px 20px;
    text-align: center;
    color: #667085;
    font-size: 14px;
    display: none
}

.deploy-empty.show {
    display: block
}

.deploy-card-icon,
.usecase-icon,
.trust-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.deploy-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px
}

.deploy-card-icon svg {
    width: 20px;
    height: 20px
}

.usecase-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px
}

.usecase-icon svg {
    width: 24px;
    height: 24px
}

@media (max-width:600px) {
    .deploy-section .container {
        padding: 0 1.2rem
    }

    .deploy-header {
        margin-bottom: 28px
    }

    .deploy-controls {
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 28px
    }

    .deploy-tabs {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 8px;
        padding: 4px
    }

    .deploy-tab {
        flex: 1 1 auto;
        min-width: 120px;
        padding: 9px 14px;
        font-size: 13.5px;
        white-space: normal;
        text-align: center
    }

    .deploy-search {
        width: 100%;
        margin-top: 12px
    }

    .deploy-search input {
        padding: 12px 14px 12px 40px;
        font-size: 14px
    }

    .deploy-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px
    }

    .deploy-card {
        gap: 12px;
        padding: 12px 14px
    }

    .deploy-card-text .name,
    .deploy-card-text .desc {
        white-space: normal
    }

    .deploy-card-arrow {
        margin-left: auto
    }
}

@media (max-width:420px) {
    .deploy-section .container {
        padding: 0 1rem
    }

    .deploy-tabs {
        gap: 6px
    }

    .deploy-tab {
        min-width: 100px;
        font-size: 13px;
        padding: 9px 12px
    }

    .deploy-grid {
        grid-template-columns: 1fr
    }

    .deploy-card {
        flex-wrap: wrap
    }

    .deploy-card-icon {
        width: 38px;
        height: 38px
    }

    .deploy-card-icon svg {
        width: 18px;
        height: 18px
    }

    .deploy-card-arrow {
        width: 18px;
        height: 18px
    }

    .deploy-search input {
        padding-left: 38px
    }
}

@media (max-width:320px) {
    .deploy-section .container {
        padding: 0 0.8rem
    }

    .deploy-header {
        margin-bottom: 24px
    }

    .deploy-tabs {
        padding: 3px
    }

    .deploy-tab {
        min-width: 0;
        flex: 1 1 100%;
        padding: 10px 10px
    }

    .deploy-card {
        gap: 10px;
        padding: 12px
    }
}

.usecases-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: start
}

.usecase-column {
    display: flex;
    flex-direction: column;
    gap: 18px
}

.usecase-card {
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.72);
    border: 1.5px solid rgba(0, 105, 255, 0.2);
    border-radius: 20px;
    padding: 18px 22px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease
}

.usecase-card[open] {
    box-shadow: 0 16px 32px rgba(0, 105, 255, 0.10);
    border-color: rgba(0, 105, 255, 0.35)
}

.usecase-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    list-style: none;
    cursor: pointer;
    user-select: none
}

.usecase-summary::-webkit-details-marker {
    display: none
}

.usecase-summary-main {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    min-width: 0
}

.usecase-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--h-ink)
}

.usecase-toggle {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: #eff6ff;
    flex-shrink: 0
}

.usecase-toggle::before,
.usecase-toggle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 2px;
    background: #0069ff;
    border-radius: 999px;
    transform: translate(-50%, -50%)
}

.usecase-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform 0.2s ease, opacity 0.2s ease
}

.usecase-card[open] .usecase-toggle::after {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0
}

.usecase-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.25s ease, margin-top 0.25s ease;
    margin-top: 0
}

.usecase-card[open] .usecase-content {
    max-height: 360px;
    opacity: 1;
    margin-top: 14px
}

.usecase-content p {
    margin: 0;
    color: #475569;
    line-height: 1.7;
    font-size: 1rem
}

body.vps-hosting .usecase-card:hover,
body.vps-hosting .usecase-card:focus-within,
body.vps-hosting .trust-card:hover,
body.vps-hosting .deploy-card:hover {
    transform: none;
    box-shadow: none
}

body.vps-hosting .usecases-section {
    padding-bottom: 28px
}

body.vps-hosting .footer {
    margin: 0 !important
}

body.vps-hosting .footer__bottom {
    margin-top: 0 !important
}

.features-included-section .section-header-centered {
    margin-bottom: 56px
}

.features-included-section .section-header-centered .section-description {
    max-width: 760px
}

@media (max-width:1024px) {

    .deploy-section .container,
    .usecases-section .container,
    .trust-section .container {
        padding: 0 2rem
    }

    .deploy-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .features-included-section .section-header-centered {
        margin-bottom: 44px
    }
}

@media (max-width:900px) {
    .usecases-grid {
        grid-template-columns: 1fr
    }
}

@media (max-width:640px) {

    .deploy-section .container,
    .usecases-section .container,
    .trust-section .container {
        padding: 0 1.25rem
    }

    .deploy-controls {
        flex-direction: column;
        align-items: stretch
    }

    .deploy-tabs {
        justify-content: center;
        overflow-x: auto
    }

    .deploy-search {
        width: 100%
    }

    .deploy-grid {
        grid-template-columns: 1fr
    }

    .usecase-card {
        padding: 18px
    }

    .features-included-section .section-header-centered {
        margin-bottom: 36px
    }
}

.vpsfaq-section {
    --vpsfaq-q-size: 16px;
    --vpsfaq-a-size: 16px;
    --vpsfaq-lead-size: 16px;
    --vpsfaq-gap: 20px;
    --vpsfaq-q-lh: 1.45;
    --vpsfaq-a-lh: 1.65;
    padding: 60px 0;
    background: linear-gradient(180deg, white 0%, var(--color-background) 100%);
    font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
    color: #120A1F;
    height: auto;
    min-height: 0
}

.vpsfaq-section,
.vpsfaq-section h2,
.vpsfaq-section h3,
.vpsfaq-section p,
.vpsfaq-section button,
.vpsfaq-section span {
    font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif
}

.vpsfaq-header {
    max-width: 720px;
    margin: 0 auto 48px;
    text-align: center
}

.vpsfaq-header h2 {
    font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
    font-size: var(--t-section);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #120A1F;
    margin: 0 0 12px
}

.vpsfaq-header p {
    font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
    font-size: var(--t-lead);
    font-weight: 400;
    line-height: var(--lh-lead);
    color: var(--h-lead);
    margin: 0
}

.vpsfaq-eyebrow {
    font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.4px;
    margin-bottom: 12px
}

.vpsfaq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    align-content: start;
    column-gap: 48px;
    row-gap: 0;
    margin: 0;
    height: auto;
    min-height: 0
}

.vpsfaq-column {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: auto
}

.vpsfaq-item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--color-border);
    padding: var(--vpsfaq-gap) 0
}

.vpsfaq-column>.vpsfaq-item:first-child {
    padding-top: 0
}

.vpsfaq-question {
    margin: 0;
    font-size: var(--vpsfaq-q-size);
    font-weight: 700;
    line-height: var(--vpsfaq-q-lh);
    color: var(--h-ink)
}

.vpsfaq-q {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
    font-size: var(--vpsfaq-q-size);
    font-weight: 700;
    line-height: var(--vpsfaq-q-lh);
    color: var(--h-ink);
    padding: 0;
    appearance: none;
    -webkit-appearance: none
}

.vpsfaq-q-text {
    flex: 1;
    min-width: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.vpsfaq-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-top: 0;
    border-radius: 50%;
    border: 1.5px solid var(--color-primary-text);
    color: var(--color-primary-text);
    background: transparent;
    transition: background 0.2s ease, color 0.2s ease
}

.vpsfaq-icon svg {
    width: 12px;
    height: 12px
}

.vpsfaq-icon .vpsfaq-vline {
    transition: opacity 0.2s ease
}

.vpsfaq-item .vpsfaq-vline {
    opacity: 1
}

.vpsfaq-item.vpsfaq-open .vpsfaq-vline {
    opacity: 0
}

.vpsfaq-item.vpsfaq-open .vpsfaq-icon {
    background: white;
    color: var(--color-primary-text)
}

.vpsfaq-a {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    overflow: hidden;
    margin-top: 0;
    height: auto;
    transition: grid-template-rows 0.28s ease, opacity 0.22s ease, margin-top 0.28s ease
}

.vpsfaq-a-inner {
    min-height: 0;
    overflow: hidden
}

.vpsfaq-a p,
.vpsfaq-a h4,
.vpsfaq-a li {
    font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
    font-size: var(--t-lead);
    font-weight: 400;
    line-height: var(--lh-lead);
    color: var(--h-lead);
    margin: 0
}

.vpsfaq-a p+p,
.vpsfaq-a p+ul,
.vpsfaq-a ul+p {
    margin-top: 10px
}

.vpsfaq-a ul {
    margin: 0;
    padding-left: 1.15em
}

.vpsfaq-a li+li {
    margin-top: 6px
}

.vpsfaq-item.vpsfaq-open .vpsfaq-a {
    grid-template-rows: 1fr;
    opacity: 1;
    margin-top: 12px
}

@media (max-width:1024px) {}

@media (max-width:900px) {
    .vpsfaq-grid {
        grid-template-columns: 1fr;
        gap: 0
    }

    .vpsfaq-column>.vpsfaq-item:first-child {
        padding-top: 20px
    }

    .vpsfaq-column:first-child>.vpsfaq-item:first-child {
        padding-top: 0
    }
}

@media (max-width:768px) {
    .vpsfaq-section {
        --vpsfaq-q-size: 15.5px;
        --vpsfaq-a-size: 14.5px;
        --vpsfaq-lead-size: 15px;
        --vpsfaq-gap: 18px
    }

    .vpsfaq-header {
        margin-bottom: 36px
    }
}

.vpsw-overlay {
    --vpsw-blue: #0062ee;
    --vpsw-blue-dark: #0052cc;
    --vpsw-blue-soft: #eaf3ff;
    --vpsw-ink: #0f172a;
    --vpsw-muted: #5b6774;
    --vpsw-line: #e2e8f0;
    --vpsw-line-soft: #eef2f7;
    --vpsw-surface: white;
    --vpsw-radius: 14px;
    --vpsw-shadow: 0 24px 70px rgba(15, 23, 42, .22);
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    background: rgba(15, 23, 42, .55);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    font-family: inherit
}

.vpsw-overlay.vpsw-open {
    display: flex
}

.vpsw-modal {
    position: relative;
    width: 100%;
    max-width: 620px;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    background: var(--vpsw-surface);
    border-radius: 18px;
    box-shadow: var(--vpsw-shadow);
    padding: 26px 26px 22px;
    animation: vpsw-pop .22s ease-out
}

.vpsw-modal.vpsw-wide {
    max-width: 900px
}

@keyframes vpsw-pop {
    from {
        opacity: 0;
        transform: translate3d(0, 14px, 0) scale(.985)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.vpsw-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 9px;
    background: #f1f5f9;
    color: var(--vpsw-muted);
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    transition: background .16s ease, color .16s ease
}

.vpsw-close:hover {
    background: #e2e8f0;
    color: var(--vpsw-ink)
}

.vpsw-title {
    margin: 0 0 4px;
    font-size: 20px;
    font-weight: 700;
    color: var(--vpsw-ink);
    letter-spacing: -.01em
}

.vpsw-sub {
    margin: 0 0 16px;
    font-size: 13.5px;
    color: var(--vpsw-muted)
}

.vpsw-progress {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-bottom: 22px
}

.vpsw-progress span {
    height: 4px;
    border-radius: 99px;
    background: var(--vpsw-line);
    transition: background .25s ease
}

.vpsw-progress span.vpsw-done {
    background: var(--vpsw-blue)
}

.vpsw-progress span.vpsw-current {
    background: #0069ff
}

.vpsw-q {
    margin: 0 0 6px;
    font-size: 16.5px;
    font-weight: 700;
    color: var(--vpsw-ink)
}

.vpsw-hint {
    margin: 0 0 14px;
    font-size: 13px;
    color: var(--vpsw-muted)
}

.vpsw-options {
    display: grid;
    gap: 10px
}

.vpsw-options.vpsw-two {
    grid-template-columns: 1fr 1fr
}

.vpsw-opt {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 13px 14px;
    text-align: left;
    background: var(--vpsw-surface);
    border: 1.5px solid var(--vpsw-line);
    border-radius: var(--vpsw-radius);
    cursor: pointer;
    font-family: inherit;
    transition: border-color .16s ease, background .16s ease, box-shadow .16s ease
}

.vpsw-opt:hover {
    border-color: #b9d4ff;
    background: #fafcff
}

.vpsw-opt:focus-visible {
    outline: 3px solid var(--vpsw-blue);
    outline-offset: 2px
}

.vpsw-opt.vpsw-selected {
    border-color: var(--vpsw-blue);
    background: #f5f9ff;
    box-shadow: 0 0 0 3px rgba(0, 105, 255, .10)
}

.vpsw-radio {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    border: 1.5px solid #94a3b8;
    border-radius: 50%;
    position: relative;
    transition: border-color .16s ease
}

.vpsw-opt.vpsw-selected .vpsw-radio {
    border-color: var(--vpsw-blue)
}

.vpsw-opt.vpsw-selected .vpsw-radio::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: var(--vpsw-blue)
}

.vpsw-icon {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    font-size: 17px;
    background: var(--vpsw-blue-soft)
}

.vpsw-opt-text {
    min-width: 0
}

.vpsw-opt-name {
    margin: 0;
    font-size: 14.5px;
    font-weight: 650;
    color: var(--vpsw-ink)
}

.vpsw-opt-desc {
    margin: 2px 4px 0;
    font-size: 12.5px;
    line-height: 1.35;
    color: var(--vpsw-muted)
}

.vpsw-tag-price {
    margin-left: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #a35c00
}

.vpsw-options.vpsw-two .vpsw-opt {
    flex-direction: row-reverse;
    justify-content: space-between
}

.vpsw-options.vpsw-two .vpsw-opt .vpsw-opt-text {
    flex: 1
}

.vpsw-options.vpsw-two .vpsw-opt .vpsw-icon {
    order: -1
}

.vpsw-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 22px;
    padding-top: 16px;
    border-top: 1px solid var(--vpsw-line-soft)
}

.vpsw-step-count {
    font-size: 13px;
    color: var(--vpsw-muted)
}

.vpsw-results {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.vpsw-plan {
    position: relative;
    border: 1.5px solid var(--vpsw-line);
    border-radius: var(--vpsw-radius);
    padding: 20px 18px 18px
}

.vpsw-plan.vpsw-best {
    border-color: var(--vpsw-blue);
    box-shadow: 0 0 0 3px rgba(0, 105, 255, .10)
}

.vpsw-plan-badge {
    position: absolute;
    top: -11px;
    left: 16px;
    padding: 3px 11px;
    border-radius: 99px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .02em;
    background: #e2e8f0;
    color: #3f4b5b
}

.vpsw-plan.vpsw-best .vpsw-plan-badge {
    background: var(--vpsw-blue);
    color: #fff
}

.vpsw-plan-name {
    margin: 4px 0 6px;
    font-size: 17px;
    font-weight: 700;
    color: var(--vpsw-ink)
}

.vpsw-plan-price {
    margin: 0;
    font-size: 30px;
    font-weight: 800;
    color: var(--vpsw-ink);
    letter-spacing: -.02em
}

.vpsw-plan-price span {
    font-size: 14px;
    font-weight: 600;
    color: var(--vpsw-muted)
}

.vpsw-plan-meta {
    margin: 6px 0 0;
    font-size: 12.5px;
    color: var(--vpsw-muted)
}

.vpsw-specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 16px 0;
    padding: 14px 12px;
    background: #f8fafc;
    border-radius: 11px
}

.vpsw-spec {
    text-align: center
}

.vpsw-spec b {
    display: block;
    font-size: 17px;
    font-weight: 750;
    color: var(--vpsw-ink)
}

.vpsw-spec small {
    display: block;
    margin-top: 2px;
    font-size: 11.5px;
    color: var(--vpsw-muted)
}

.vpsw-note {
    display: block;
    margin-bottom: 12px;
    padding: 7px 10px;
    border-radius: 8px;
    font-size: 11.5px;
    line-height: 1.4;
    background: #fff7ed;
    color: #92400e
}

.vpsw-bestfor-label {
    margin: 0 0 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #5b6774
}

.vpsw-bestfor {
    margin: 0 0 16px;
    padding: 0;
    list-style: none
}

.vpsw-bestfor li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
    font-size: 13px;
    color: #334155
}

.vpsw-bestfor li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0069ff
}

.vpsw-cta {
    display: block;
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    font-family: inherit;
    font-size: 14px;
    font-weight: 650;
    text-decoration: none;
    transition: background .16s ease, color .16s ease
}

.vpsw-cta-solid {
    background: var(--vpsw-blue);
    color: #fff
}

.vpsw-cta-solid:hover {
    background: var(--vpsw-blue-dark);
    color: #fff
}

.vpsw-cta-ghost {
    background: var(--vpsw-surface);
    border: 1.5px solid var(--vpsw-blue);
    color: var(--vpsw-blue)
}

.vpsw-cta-ghost:hover {
    background: var(--vpsw-blue-soft)
}

.vpsw-restart {
    display: block;
    margin: 18px auto 0;
    padding: 4px;
    border: 0;
    background: none;
    font-family: inherit;
    font-size: 13px;
    color: var(--vpsw-muted);
    text-decoration: underline;
    cursor: pointer
}

.vpsw-restart:hover {
    color: var(--vpsw-blue)
}

.vpsw-talk {
    margin: 16px 0 0;
    font-size: 12.5px;
    text-align: center;
    color: var(--vpsw-muted)
}

.vpsw-talk a {
    color: var(--vpsw-blue);
    font-weight: 600;
    text-decoration: underline
}

.vpsw-talk a:hover {
    text-decoration: none
}

@media (max-width:720px) {
    .vpsw-overlay {
        padding: 12px 10px
    }

    .vpsw-modal {
        padding: 22px 18px 18px;
        max-height: calc(100vh - 24px)
    }

    .vpsw-options.vpsw-two {
        grid-template-columns: 1fr
    }

    .vpsw-results {
        grid-template-columns: 1fr;
        gap: 22px
    }

    .vpsw-title {
        font-size: 18px
    }
}

.vps-features-grid .feature-image {
    height: auto;
    min-height: 240px;
    max-height: 380px;
    aspect-ratio: auto
}

.vps-card,
.deploy-card,
.usecase-card,
.trust-card,
.testimonial-card {
    min-width: 0
}

@media (max-width:1399px) {
    .hero-section .container {
        gap: 24px
    }

    .hero-left {
        flex: 0 0 38%
    }
}

@media (max-width:1279px) {
    .hero-section .container {
        flex-wrap: nowrap;
        gap: 32px
    }

    .hero-left {
        flex: 1 1 48%
    }

    .hero-right {
        flex: 1 1 52%
    }

    .hero-right .hero-form-container {
        max-width: 520px
    }

    .hero-left h1 {
        font-size: clamp(30px, 3.4vw, 40px)
    }

    .buttons {
        gap: 12px
    }

    .start-btn,
    .trial-btn {
        padding: 13px 24px;
        font-size: 15px
    }

    .managed-callout {
        padding: 18px 20px;
        gap: 16px
    }

    .managed-callout-btn {
        padding: 11px 18px
    }

    .hero-section,
    .vps-plans-section,
    .features-included-section,
    .vps-hosting-section,
    .usecases-section,
    .trust-section,
    .deploy-section,
    .testimonial-section,
    .vpsfaq-section {
        overflow-x: clip
    }
}

@media (max-width:1199px) {

    .vps-features-grid,
    .vps-features-alt .features-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 1fr;
        gap: 24px
    }

    .vps-features-grid .backup-card .feature-content,
    .vps-features-grid .traffic-card .traffic-text {
        width: 100%;
        padding: 28px
    }

    .vps-hosting-section .top-row {
        grid-template-columns: 1fr
    }

    .vps-hosting-section .top-row .feature-card {
        flex-direction: row
    }

    .vps-hosting-section .top-row .feature-content {
        width: 56%;
        padding: 26px
    }

    .vps-hosting-section .top-row .feature-image {
        width: 44%;
        min-height: 220px
    }

    .vps-hosting-section .top-row .feature-image img {
        max-height: 260px
    }

    .vps-hosting-section .bottom-row {
        grid-template-columns: repeat(2, 1fr)
    }

    .vps-hosting-section .bottom-row .feature-card:last-child {
        grid-column: 1 / span 2;
        flex-direction: row
    }

    .vps-hosting-section .bottom-row .feature-card:last-child .feature-content {
        width: 60%
    }

    .vps-hosting-section .bottom-row .feature-card:last-child .feature-image {
        width: 40%;
        order: 0
    }

    .vps-hosting-section .feature-card h3,
    .vps-hosting-section .feature-card p {
        text-align: left
    }

    .security-icons,
    .resource-icons {
        justify-content: flex-start
    }

    .customized-container,
    .guarantee-container {
        gap: 32px;
        padding: 24px 32px
    }
}

@media (max-width:991px) {
    .vps-hosting-section .bottom-row {
        grid-template-columns: 1fr
    }

    .vps-hosting-section .bottom-row .feature-card:last-child {
        grid-column: auto;
        flex-direction: column
    }

    .vps-hosting-section .bottom-row .feature-card:last-child .feature-content,
    .vps-hosting-section .bottom-row .feature-card:last-child .feature-image {
        width: 100%
    }

    .vps-hosting-section .bottom-row .feature-card:last-child .feature-image {
        order: -1
    }

    .empower-btn,
    .success-btn {
        margin: 0 auto;
        display: block
    }
}

@media (max-width:767px) {

    .vps-features-grid,
    .vps-features-alt .features-grid {
        grid-template-columns: 1fr
    }

    .vps-hosting-section .top-row .feature-card {
        flex-direction: column
    }

    .vps-hosting-section .top-row .feature-content,
    .vps-hosting-section .top-row .feature-image {
        width: 100%
    }

    .vps-hosting-section .top-row .feature-image {
        order: -1
    }

    .buttons {
        flex-direction: column;
        align-items: stretch
    }

    .start-btn,
    .trial-btn {
        text-align: center;
        width: 100%
    }
}

@media (prefers-reduced-motion:reduce) {

    .start-btn::after,
    .trial-btn::after,
    .vps-contact-btn::after,
    .customized-btn::after,
    .chat-now-btn::after,
    .security-cta-btn::after,
    .datacenter-btn::after,
    .empower-btn::after,
    .success-btn::after,
    .managed-callout-btn::after,
    .hero-btn-submit::after,
    .hero-btn-close-success::after,
    .testimonial-nav-btn::after,
    .deploy-tab.active::after,
    .vpsw-btn-next::after,
    .vpsw-cta-solid::after,
    .vpsw-cta-ghost::after,
    .vps-btn::after {
        animation: none;
        display: none
    }

    .kpi-track,
    .vps-lg-pulse,
    .vps-rocket-wrap,
    .vps-rocket-flame,
    .vps-trail,
    .vps-float,
    .vps-uptime,
    .vps-uptime-dot,
    .vps-speed,
    .datacenter-globe img,
    .datacenter-globe::before,
    .datacenter-globe::after,
    .deploy-panel.active,
    .vpsw-modal,
    .vpsf-modal {
        animation: none
    }

    .usecase-card,
    .trust-card,
    .deploy-card,
    .vps-contact-btn,
    .customized-btn,
    .chat-now-btn,
    .security-cta-btn {
        transition: none
    }

    .usecase-card:hover,
    .trust-card:hover,
    .deploy-card:hover {
        transform: none
    }
}

.vps-standards-section,
.vps-standards-section *,
.vps-bento-grid,
.vps-bento-grid *,
.vps-bento-card,
.vps-bento-card * {
    font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.vps-standards-section {
    padding: 60px 0;
    background: #f8fbff
}

.vps-standards-section .container {
    max-width: 1440px
}

.vps-standards-section .section-header-centered {
    text-align: center;
    margin-bottom: 46px
}

.vps-standards-section .deploy-eyebrow {
    display: inline-block;
    margin: 0 0 16px;
    color: #0069ff;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    line-height: 1.3
}

.vps-standards-section .section-title {
    max-width: 1100px;
    margin: 0 auto 16px;
    font-size: clamp(28px, 1.5rem + 2vw, 46px);
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-weight: 800;
    color: #120A1F;
    text-align: center;
    text-wrap: balance;
    overflow-wrap: break-word;
}

.vps-standards-section .section-title .gradient-blue {
    color: #0069ff
}

.vps-standards-section .section-description {
    max-width: 740px;
    margin: 0 auto;
    font-size: clamp(15px, 0.78rem + 0.35vw, 17.5px);
    line-height: 1.65;
    color: #475569;
    font-weight: 500;
    text-align: center
}

.vps-bento-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(220px, 1fr));
    gap: 18px
}

.dic,
.dic * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif !important;
    box-sizing: border-box
}

.dic {
    width: 100%;
    background: #ffffff;
    padding: 60px 0;
    color: var(--h-lead)
}

.dic .dic-container {
    max-width: var(--site-max-width);
    margin: 0 auto;
    padding: 0 var(--site-padding-desktop)
}

.dic-head {
    max-width: none;
    width: 100%;
    margin: 0 auto 64px;
    text-align: center
}

.dic-head .deploy-eyebrow {
    margin-bottom: 12px;
    color: var(--h-accent-text)
}

.dic-title {
    max-width: 1100px;
    margin: 0 auto 18px;
    font-size: clamp(28px, 1.30rem + 1.75vw, 40px);
    line-height: var(--lh-heading);
    letter-spacing: var(--ls-display);
    font-weight: var(--fw-display);
    color: var(--h-ink);
    text-wrap: balance;
    overflow-wrap: break-word;
}

.dic-title .gradient-blue {
    color: var(--color-primary)
}

.dic-sub {
    max-width: 740px;
    margin: 0 auto;
    font-size: var(--t-lead);
    line-height: var(--lh-lead);
    font-weight: 500;
    color: #475569
}

.dic-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 64px;
    align-items: stretch
}

.dic-accordion {
    display: flex;
    flex-direction: column
}

.dic-item {
    border-bottom: 1px solid var(--color-border);
    transition: background 0.25s ease, border-color 0.25s ease, border-radius 0.25s ease
}

.dic-item:first-child {
    border-top: 1px solid var(--color-border)
}

.dic-item.is-active {
    background: #f5f8ff;
    border-color: #cfe2ff;
    border-radius: 14px;
    border-width: 1px;
    border-style: solid
}

.dic-item.is-active+.dic-item {
    border-top: 0
}

.dic-item-btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 18px;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 22px 20px;
    text-align: left;
    color: inherit;
    font-family: inherit;
    transition: background 0.2s ease
}

.dic-item-btn:focus-visible {
    outline: 3px solid var(--h-accent-text);
    outline-offset: -2px;
    border-radius: 12px
}

.dic-item-num {
    font-size: 13px;
    font-weight: 700;
    color: #475569;
    min-width: 22px;
    flex-shrink: 0;
    letter-spacing: 0.04em
}

.dic-item.is-active .dic-item-num {
    color: var(--color-primary)
}

.dic-item-title {
    flex: 1;
    font-size: clamp(17px, 0.96rem + 0.25vw, 19px);
    font-weight: 700;
    color: var(--h-ink);
    line-height: 1.3
}

.dic-item-icon {
    position: relative;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid #d7deea;
    background: transparent;
    transition: border-color 0.25s ease
}

.dic-item-icon::before,
.dic-item-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #64748b;
    transition: transform 0.25s ease, background 0.25s ease, opacity 0.25s ease;
    border-radius: 1px
}

.dic-item-icon::before {
    width: 12px;
    height: 2px;
    transform: translate(-50%, -50%)
}

.dic-item-icon::after {
    width: 2px;
    height: 12px;
    transform: translate(-50%, -50%)
}

.dic-item.is-active .dic-item-icon {
    border-color: var(--color-primary)
}

.dic-item.is-active .dic-item-icon::before,
.dic-item.is-active .dic-item-icon::after {
    background: var(--color-primary)
}

.dic-item.is-active .dic-item-icon::after {
    transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
    opacity: 0
}

.dic-item-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 20px
}

.dic-item.is-active .dic-item-panel {
    max-height: 240px;
    padding: 0 20px 24px
}

.dic-item-panel p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
    font-weight: 500;
    max-width: 480px
}

.dic-visual {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    align-self: stretch;
    min-height: 0
}

.dic-image-frame {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 0;
    min-width: 0;
    max-width: 560px;
    margin: 0;
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
    isolation: isolate
}

.dic-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
    display: block;
    opacity: 0;
    transform: scale(1.01);
    transition: opacity 0.5s ease, transform 0.9s ease-out;
    z-index: 0;
    pointer-events: none
}

.dic-image.dic-image--active {
    opacity: 1;
    transform: scale(1)
}

@media (max-width:1200px) {
    .dic .dic-container {
        padding: 0 var(--site-padding-tablet)
    }
}

@media (max-width:1100px) {
    .dic {
        padding: 72px 0 64px
    }

    .dic-head {
        margin-bottom: 48px
    }

    .dic-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .dic-image-frame {
        max-width: 540px;
        margin: 0 auto;
        position: relative;
        height: auto;
        min-height: 0;
        aspect-ratio: 4 / 3
    }
}

@media (max-width:768px) {
    .dic .dic-container {
        padding: 0 var(--site-padding-mobile)
    }

    .dic {
        padding: 64px 0 56px
    }

    .dic-head {
        margin-bottom: 40px
    }

    .dic-title {
        margin: 0 auto 14px
    }

    .dic-item-btn {
        padding: 18px 16px;
        gap: 14px
    }

    .dic-item-title {
        font-size: 17px
    }

    .dic-item-panel {
        padding: 0 16px
    }

    .dic-item.is-active .dic-item-panel {
        padding: 0 16px 20px
    }

    .dic-visual {
        display: none
    }
}

@media (max-width:520px) {
    .dic {
        padding: 52px 0 48px
    }

    .dic-head {
        margin-bottom: 32px
    }

    .dic-sub {
        font-size: 15px
    }

    .dic-item-num {
        font-size: 12px;
        min-width: 18px
    }

    .dic-item-title {
        font-size: 15.5px
    }

    .dic-item-icon {
        width: 28px;
        height: 28px
    }

    .dic-item-panel p {
        font-size: 14px;
        line-height: 1.68
    }

    .dic-image-frame {
        aspect-ratio: 4 / 3
    }
}

@media (max-width:360px) {
    .dic {
        padding: 44px 0 40px
    }

    .dic-item-btn {
        gap: 10px;
        padding: 16px 12px
    }

    .dic-item-title {
        font-size: 14.5px
    }

    .dic-item-panel {
        padding: 0 12px
    }

    .dic-item.is-active .dic-item-panel {
        padding: 0 12px 18px
    }

    .dic-image-frame {
        aspect-ratio: 1 / 1
    }
}

.vps-bento-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 250px;
    padding: 49px 22px 22px;
    border-radius: 20px;
    border: 1px solid transparent;
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease
}

.vps-bento-card:hover {
    transform: translateY(-3px)
}

.vps-bento-card h3,
.vps-bento-card h4 {
    margin: 0 0 14px;
    font-size: clamp(19px, 0.95rem + 0.45vw, 23px);
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: inherit;
    font-weight: 800
}

.vps-bento-card p {
    margin: 0;
    font-size: clamp(14px, 0.72rem + 0.3vw, 15.5px);
    line-height: 1.65;
    color: inherit;
    opacity: 0.94;
    font-weight: 500
}

.vps-bento-tag {
    margin-top: auto;
    padding-top: 20px;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: inherit;
    opacity: 0.85;
    line-height: 1.3
}

.vps-bento-card.is-primary {
    background: linear-gradient(135deg, #1f5ae6 0%, #1b4bca 100%);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.10);
    box-shadow: 0 10px 30px rgba(31, 90, 230, 0.18)
}

.vps-bento-card.is-primary h3,
.vps-bento-card.is-primary h4,
.vps-bento-card.is-primary p,
.vps-bento-card.is-primary .vps-bento-tag {
    color: #ffffff
}

.vps-bento-card.is-primary p {
    opacity: 0.92
}

.vps-bento-card.is-primary .vps-bento-tag {
    opacity: 0.90
}

.vps-bento-card.is-primary-alt {
    background: linear-gradient(135deg, #2d5fe6 0%, #1e4dd0 100%);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.10);
    box-shadow: 0 10px 30px rgba(45, 95, 230, 0.18)
}

.vps-bento-card.is-primary-alt h3,
.vps-bento-card.is-primary-alt h4,
.vps-bento-card.is-primary-alt p,
.vps-bento-card.is-primary-alt .vps-bento-tag {
    color: #ffffff
}

.vps-bento-card.is-primary-alt p {
    opacity: 0.92
}

.vps-bento-card.is-primary-alt .vps-bento-tag {
    opacity: 0.90
}

.vps-bento-card.is-dark {
    background: linear-gradient(135deg, #0d2d6c 0%, #0069ff 100%);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(13, 45, 108, 0.20)
}

.vps-bento-card.is-dark h3,
.vps-bento-card.is-dark h4,
.vps-bento-card.is-dark p,
.vps-bento-card.is-dark .vps-bento-tag {
    color: #ffffff
}

.vps-bento-card.is-dark p {
    opacity: 0.90
}

.vps-bento-card.is-dark .vps-bento-tag {
    opacity: 0.90
}

.vps-bento-card.is-light {
    background: #edf4ff;
    border-color: #dfeafc;
    color: #0f172a
}

.vps-bento-card.is-light h3,
.vps-bento-card.is-light h4 {
    color: #0B1737
}

.vps-bento-card.is-light p {
    color: #475569;
    opacity: 1
}

.vps-bento-card.is-light .vps-bento-tag {
    color: #0052cc;
    opacity: 1
}

.vps-bento-card.is-soft {
    background: linear-gradient(180deg, #edf4ff 0%, #e3eefc 100%);
    border-color: #dfeafc;
    color: #0f172a
}

.vps-bento-card.is-soft h3,
.vps-bento-card.is-soft h4 {
    color: #0B1737
}

.vps-bento-card.is-soft p {
    color: #475569;
    opacity: 1
}

.vps-bento-card.is-soft .vps-bento-tag {
    color: #0052cc;
    opacity: 1
}

.vps-bento-card.is-soft-alt {
    background: linear-gradient(180deg, #dfeafe 0%, #d5e7ff 100%);
    border-color: #d1e0fa;
    color: #0f172a
}

.vps-bento-card.is-soft-alt h3,
.vps-bento-card.is-soft-alt h4 {
    color: #0B1737
}

.vps-bento-card.is-soft-alt p {
    color: #475569;
    opacity: 1
}

.vps-bento-card.is-soft-alt .vps-bento-tag {
    color: #0052cc;
    opacity: 1
}

@media (max-width:1100px) {
    .vps-standards-section {
        padding: 64px 0 70px
    }

    .vps-bento-grid {
        grid-template-columns: repeat(2, minmax(220px, 1fr));
        gap: 16px
    }

    .vps-bento-card {
        min-height: 230px;
        padding: 41px 20px 20px
    }

    .vps-bento-card h4 {
        font-size: 19px
    }

    .vps-bento-card p {
        font-size: 14.5px
    }

    .vps-bento-tag {
        padding-top: 18px
    }
}

@media (max-width:640px) {
    .vps-standards-section {
        padding: 52px 0 60px
    }

    .vps-standards-section .section-header-centered {
        margin-bottom: 34px
    }

    .vps-standards-section .deploy-eyebrow {
        margin-bottom: 12px;
        font-size: 11.5px;
        letter-spacing: 0.14em
    }

    .vps-standards-section .section-title {
        font-size: clamp(26px, 1.1rem + 1.6vw, 32px);
        line-height: 1.2;
        margin-bottom: 12px
    }

    .vps-standards-section .section-description {
        font-size: 15px;
        line-height: 1.6
    }

    .vps-bento-grid {
        grid-template-columns: 1fr;
        gap: 14px
    }

    .vps-bento-card {
        min-height: auto;
        padding: 37px 18px 18px;
        border-radius: 18px
    }

    .vps-bento-card h4 {
        font-size: 18px;
        line-height: 1.28;
        margin-bottom: 10px
    }

    .vps-bento-card p {
        font-size: 14px;
        line-height: 1.62
    }

    .vps-bento-tag {
        padding-top: 16px;
        font-size: 11px;
        letter-spacing: 0.14em
    }
}

.tinted,
.tinted *,
.stack-scene,
.stack-scene *,
.stack-card,
.stack-card *,
.trust-header,
.trust-header * {
    font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.shade-050 {
    background: #F3F7FE;
    color: #0f172a;
    border: 1px solid #e5edfc
}

.shade-050 .num-tag {
    color: #0052cc;
    text-transform: uppercase;
    letter-spacing: 0.14em
}

.shade-050 h3 {
    color: #120A1F
}

.shade-050 p {
    color: #475467
}

.shade-050 ul li {
    color: #1f2937
}

.shade-050 ul li::before {
    color: #0069ff
}

.shade-050 .big-num {
    color: #0069ff
}

.shade-050 .ic-badge {
    background: rgba(0, 105, 255, 0.08);
    color: #0069ff
}

.shade-100 {
    background: linear-gradient(155deg, #E7EFFE, #D6E4FD);
    color: #0f172a;
    border: 1px solid #D6E4FD
}

.shade-100 .num-tag {
    color: #0052cc;
    text-transform: uppercase;
    letter-spacing: 0.14em
}

.shade-100 h3 {
    color: #0B1737
}

.shade-100 p {
    color: #475467
}

.shade-100 ul li {
    color: #1f2937
}

.shade-100 ul li::before {
    color: #0052cc
}

.shade-100 .big-num {
    color: #0052cc
}

.shade-100 .ic-badge {
    background: rgba(0, 82, 204, 0.10);
    color: #0052cc
}

.shade-300 {
    background: linear-gradient(155deg, #CBDBFC, #A9C2FA);
    color: #0f172a;
    border: 1px solid #A9C2FA
}

.shade-300 .num-tag {
    color: #0047ad;
    text-transform: uppercase;
    letter-spacing: 0.14em
}

.shade-300 h3 {
    color: #0B1737
}

.shade-300 p {
    color: #33436B
}

.shade-300 ul li {
    color: #0f172a
}

.shade-300 ul li::before {
    color: #0047ad
}

.shade-300 .big-num {
    color: #0047ad
}

.shade-300 .ic-badge {
    background: rgba(0, 71, 173, 0.12);
    color: #0047ad
}

.shade-600 .num-tag {
    color: rgba(207, 220, 251, 0.95);
    opacity: 1;
    text-transform: uppercase;
    letter-spacing: 0.14em
}

.shade-600 .big-num {
    color: #ffffff;
    opacity: 0.16
}

.shade-600 .ic-badge {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff
}

.shade-900 {
    background: linear-gradient(155deg, #0069ff, #0a1f4e);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08)
}

.shade-900 .num-tag {
    color: #9DB6F5;
    opacity: 1;
    text-transform: uppercase;
    letter-spacing: 0.14em
}

.shade-900 h3 {
    color: #ffffff
}

.shade-900 p {
    color: #C2D2F7
}

.shade-900 ul li {
    color: #ffffff
}

.shade-900 ul li::before {
    color: #0069ff
}

.shade-900 .big-num {
    color: #0069ff;
    opacity: 0.30
}

.shade-900 .ic-badge {
    background: rgba(0, 105, 255, 0.22);
    color: #ffffff
}

.tinted {
    background: #ffffff;
    padding: 60px 0
}

.stack-scene {
    position: relative;
    max-width: none;
    margin: 0;
    padding-top: 4px
}

.stack-card {
    position: sticky;
    border-radius: 26px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 34px 70px -26px rgba(15, 23, 42, .32);
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
    will-change: transform;
    transition: transform .15s ease-out
}

@media (min-width:768px) {
    .stack-card {
        grid-template-columns: 1.15fr .85fr;
        min-height: 300px
    }
}

.stack-card:nth-child(1) {
    top: 80px;
    z-index: 1
}

.stack-card:nth-child(2) {
    top: 92px;
    z-index: 2
}

.stack-card:nth-child(3) {
    top: 104px;
    z-index: 3
}

.stack-card:nth-child(4) {
    top: 116px;
    z-index: 4
}

.stack-card:nth-child(5) {
    top: 128px;
    z-index: 5
}

.stack-card:nth-child(6) {
    top: 140px;
    z-index: 6
}

.stack-card:nth-child(7) {
    top: 152px;
    z-index: 7
}

.stack-card:nth-child(8) {
    top: 164px;
    z-index: 8
}

@media (min-width:768px) {
    .stack-card:nth-child(1) {
        top: 104px
    }

    .stack-card:nth-child(2) {
        top: 120px
    }

    .stack-card:nth-child(3) {
        top: 136px
    }

    .stack-card:nth-child(4) {
        top: 152px
    }

    .stack-card:nth-child(5) {
        top: 168px
    }

    .stack-card:nth-child(6) {
        top: 184px
    }

    .stack-card:nth-child(7) {
        top: 200px
    }

    .stack-card:nth-child(8) {
        top: 216px
    }
}

.stack-card-text {
    padding: clamp(28px, 4.2vw, 52px);
    display: flex;
    flex-direction: column;
    justify-content: center
}

.stack-card-text .num-tag {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 14px;
    line-height: 1.2
}

.stack-card-text h3 {
    font-size: clamp(22px, 1.1rem + 0.8vw, 30px);
    margin: 0 0 14px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em
}

.stack-card-text p {
    font-size: clamp(15px, 0.82rem + 0.25vw, 17px);
    line-height: 1.65;
    margin: 0 0 18px;
    font-weight: 500;
    opacity: 1
}

.stack-card-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.stack-card-text ul li {
    font-size: clamp(14px, 0.75rem + 0.25vw, 16px);
    font-weight: 600;
    padding-left: 26px;
    position: relative;
    line-height: 1.45
}

.stack-card-text ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 900;
    font-size: 15px
}

.stack-card-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 120px
}

@media (max-width:767px) {
    .stack-card-visual {
        display: none
    }
}

.stack-card-visual .big-num {
    font-size: clamp(80px, 13vw, 160px);
    font-weight: 800;
    opacity: .14;
    line-height: 1;
    letter-spacing: -0.04em;
    user-select: none
}

.stack-card-visual .ic-badge {
    position: absolute;
    width: 68px;
    height: 68px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px)
}

.stack-card-visual .ic-badge svg {
    width: 32px;
    height: 32px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.section-head,
#why-choose .section-head,
#deploy-compare .section-head,
.deploy-compare .section-head {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 36px auto
}

.section-head h2,
#why-choose .section-head h2,
#deploy-compare .section-head h2,
.deploy-compare .section-head h2 {
    text-align: center;
    margin: 0 auto 12px auto
}

.section-head p,
#why-choose .section-head p,
#deploy-compare .section-head p,
.deploy-compare .section-head p {
    text-align: center;
    max-width: 100%;
    margin: 0 auto
}