/* VPS Locations + Global pricing cards */

.vps-loc-section {
    padding: 72px 0 96px;
    background: #fff;
}

/* Hero VPS Linux / Windows — plus compact */
.hero-section-cloud.vps-hero-compact {
    padding: 88px 0 76px;
    min-height: 0;
}

.hero-section-cloud.vps-hero-compact h1 {
    font-size: clamp(2.25rem, 4.5vw, 3rem) !important;
    margin-bottom: 0.75rem;
}

.hero-section-cloud.vps-hero-compact .hero-desc-premium {
    max-width: 680px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.6;
}

.vps-loc-title {
    text-align: center;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
    margin-bottom: 0.75rem;
}

.vps-loc-subtitle {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 2.5rem;
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.6;
}

.vps-loc-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.35rem 1.5rem;
    margin-bottom: 2rem;
}

.vps-loc-tab {
    border: 0;
    background: transparent;
    color: #94a3b8;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.5rem 1.15rem;
    border-radius: 8px;
    cursor: pointer;
    transition: color .2s, background .2s, box-shadow .2s;
    text-decoration: none !important;
    display: inline-block;
    position: relative;
}

.vps-loc-tab:hover {
    color: #1e3a8a;
}

.vps-loc-tab.is-active {
    background: #1e3a8a;
    color: #fff;
    box-shadow: 0 6px 16px rgba(30, 58, 138, 0.22);
}

.vps-loc-tab.is-active::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -7px;
    transform: translateX(-50%);
    border: 7px solid transparent;
    border-top-color: #1e3a8a;
}

.vps-loc-panel {
    display: none;
}

.vps-loc-panel.is-active {
    display: block;
}

.vps-loc-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    max-width: 980px;
    margin: 0 auto;
}

.vps-loc-card {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1.25rem 0.85rem 0.95rem;
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
    text-decoration: none !important;
    color: #1e293b;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2;
    transition: transform .15s, box-shadow .15s, border-color .15s;
    white-space: nowrap;
    min-height: 52px;
}

.vps-loc-card:hover {
    transform: translateY(-2px);
    border-color: #bfdbfe;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.1);
    color: #1e3a8a;
}

.vps-loc-card img {
    width: 28px;
    height: 20px;
    object-fit: cover;
    border-radius: 3px;
    flex-shrink: 0;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.08);
}

/* Pricing section + carousel */
.vps-gl-section {
    padding: 64px 0 110px;
    background: #f1f5f9;
}

.vps-gl-section .vps-loc-title {
    margin-bottom: 0.75rem;
}

.vps-gl-section .vps-loc-subtitle {
    margin-bottom: 2.75rem;
    position: relative;
    z-index: 2;
}

.vps-carousel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.vps-carousel-viewport {
    overflow: hidden;
    width: 100%;
    flex: 1;
    min-width: 0;
}

.vps-carousel-track {
    display: flex;
    gap: 24px;
    transition: transform 0.35s ease;
    will-change: transform;
}

.vps-carousel-slide {
    flex: 0 0 calc((100% - 48px) / 3);
    min-width: 0;
    align-self: flex-start;
}

@media (max-width: 1099px) {
    .vps-carousel-slide {
        flex-basis: calc((100% - 24px) / 2);
    }
}

@media (max-width: 639px) {
    .vps-carousel-slide {
        flex-basis: 100%;
    }
}

.vps-carousel-btn {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #2563eb;
    background: #fff;
    color: #2563eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.18);
    transition: background .15s, color .15s, opacity .15s;
    z-index: 3;
}

.vps-carousel-btn:hover:not(:disabled):not(.is-disabled) {
    background: #2563eb;
    color: #fff;
}

.vps-carousel-btn:disabled,
.vps-carousel-btn.is-disabled {
    opacity: 0.35;
    cursor: default;
}

/* ——— Offer cards (marketplace style, HolyCloud blue) ——— */
.vps-gl-offer {
    position: relative;
    height: auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1.5rem 1.35rem 1.35rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
    transition: border-color .2s, box-shadow .2s, transform .2s;
}

.vps-gl-offer:hover {
    border-color: #93c5fd;
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.1);
    transform: translateY(-3px);
}

.vps-gl-offer.is-popular {
    border-color: #2563eb;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.12);
}

.vps-gl-ribbon {
    position: absolute;
    top: 14px;
    left: -34px;
    width: 120px;
    background: #2563eb;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 0;
    transform: rotate(-45deg);
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.35);
    z-index: 2;
}

.vps-gl-offer-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
    min-height: 1.6rem;
}

.vps-gl-offer.is-popular .vps-gl-offer-top {
    padding-left: 1.1rem;
}

.vps-gl-offer-name {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
    line-height: 1.25;
    text-align: left;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-width: 0;
}

.vps-gl-offer-flag {
    width: 22px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
    flex-shrink: 0;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.12);
}

.vps-gl-offer-name span {
    min-width: 0;
}

.vps-gl-save {
    flex-shrink: 0;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.28rem 0.65rem 0.28rem 0.85rem;
    clip-path: polygon(8px 0, 100% 0, 100% 100%, 8px 100%, 0 50%);
    white-space: nowrap;
}

.vps-gl-price-old {
    color: #ef4444;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: line-through;
    margin-bottom: 0.2rem;
    text-align: left;
}

.vps-gl-price {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.15rem 0.35rem;
    color: #0f172a;
    margin-bottom: 0.35rem;
    line-height: 1;
}

.vps-gl-price-currency {
    font-size: 1.1rem;
    font-weight: 800;
    margin-top: 0.35rem;
    color: #1e3a8a;
}

.vps-gl-price-value {
    font-size: 2.35rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.vps-gl-price-unit {
    align-self: flex-end;
    font-size: 0.9rem;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 0.35rem;
}

.vps-gl-term {
    margin: 0 0 1.15rem;
    font-size: 0.82rem;
    color: #94a3b8;
    text-align: left;
}

.vps-gl-cta {
    display: block;
    text-align: center;
    padding: 0.75rem 1rem;
    border: 2px solid #2563eb;
    border-radius: 6px;
    background: #fff;
    color: #2563eb !important;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none !important;
    transition: background .15s, color .15s, box-shadow .15s;
    margin-bottom: 0.85rem;
}

.vps-gl-cta:hover {
    background: #2563eb;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.25);
}

.vps-gl-location {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0 0 0.35rem;
    padding: 0;
    font-size: 0.88rem;
    color: #334155;
    line-height: 1.35;
    flex: 0 0 auto;
}

.vps-gl-location i {
    color: #60a5fa;
    font-size: 0.75rem;
    flex-shrink: 0;
}

.vps-gl-features {
    list-style: none !important;
    margin: 0 !important;
    padding: 0.55rem 0 0 !important;
    border-top: 1px solid #e2e8f0;
    flex: 0 0 auto !important;
    display: block !important;
    min-height: 0 !important;
    gap: 0 !important;
}

.vps-gl-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.32rem 0;
    margin: 0 !important;
    font-size: 0.88rem;
    color: #334155;
    line-height: 1.4;
    flex: none !important;
    min-height: 0 !important;
}

.vps-gl-features li i {
    color: #60a5fa;
    margin-top: 0.2rem;
    font-size: 0.75rem;
    flex-shrink: 0;
}

.vps-gl-loc-flag {
    width: 16px;
    height: 12px;
    margin: 0;
    object-fit: cover;
    border-radius: 2px;
    flex-shrink: 0;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.12);
}

.vps-gl-features li b {
    color: #0f172a;
    font-weight: 700;
}

.vps-country-hero {
    position: relative;
    background: linear-gradient(135deg, #18316A 0%, #1a2a4d 100%);
    padding: 90px 0 70px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.vps-country-hero.has-photo {
    background-color: #0f172a;
    background-image: none;
}

.vps-country-hero.has-photo::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--vps-city-bg);
    background-size: cover;
    background-position: center 55%;
    filter: grayscale(55%) brightness(0.72) contrast(1.05);
    transform: scale(1.03);
}

.vps-country-hero__overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.45) 0%, rgba(15, 23, 42, 0.62) 45%, rgba(15, 23, 42, 0.78) 100%);
}

.vps-country-hero.has-photo .vps-country-hero__overlay {
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.55) 0%, rgba(15, 23, 42, 0.7) 50%, rgba(15, 23, 42, 0.82) 100%);
}

.vps-country-hero .container {
    position: relative;
    z-index: 1;
}

.vps-country-hero.has-photo h1,
.vps-country-hero.has-photo .vps-country-hero-desc {
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

@media (max-width: 768px) {
    .vps-country-hero.has-photo::before {
        background-position: center 45%;
    }
}

.vps-country-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.35rem 0.45rem;
    font-size: 0.85rem;
    color: #94a3b8;
    margin-bottom: 1.5rem;
}

.vps-country-breadcrumb a {
    color: #94a3b8;
    text-decoration: none !important;
}

.vps-country-breadcrumb a:hover {
    color: #fff;
}

.vps-country-breadcrumb strong {
    color: #fff;
    font-weight: 700;
}

.vps-country-hero h1 {
    font-size: clamp(1.9rem, 4vw, 2.85rem);
    font-weight: 800;
    color: #fff !important;
    margin: 0 0 0.85rem;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.vps-country-hero h1 span {
    color: #60a5fa;
}

.vps-country-hero-desc {
    color: #cbd5e1;
    max-width: 620px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.6;
}

.vps-country-offers {
    padding-top: 56px;
}

.vps-country-plans-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 2.5rem;
}

.vps-country-plans-head h2 {
    margin: 0 0 0.75rem;
    font-size: clamp(1.55rem, 3vw, 2.15rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
}

.vps-country-plans-head h2 span {
    color: #2563eb;
}

.vps-country-plans-head p {
    margin: 0 0 1rem;
    color: #64748b;
    font-size: 1.02rem;
    line-height: 1.6;
}

.vps-country-rating {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: #334155;
    font-size: 0.92rem;
    font-weight: 600;
}

.vps-country-stars {
    color: #f59e0b;
    letter-spacing: 0.05em;
    font-size: 0.85rem;
}

.vps-back-locations {
    display: inline-block;
    margin-bottom: 1.5rem;
    color: #2563eb;
    font-weight: 600;
    text-decoration: none !important;
}

.vps-back-locations:hover {
    text-decoration: underline !important;
}

@media (max-width: 639px) {
    .vps-country-hero {
        padding: 64px 0 52px;
    }
}

/* ——— Benefits cards ——— */
.vps-benefits-section {
    padding: 0 0 80px;
    background: #f1f5f9;
}

.vps-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.vps-benefit-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 1.75rem 1.25rem;
    text-align: center;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
    transition: transform .2s, box-shadow .2s, border-color .2s;
}

.vps-benefit-card:hover {
    transform: translateY(-4px);
    border-color: #93c5fd;
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.12);
}

.vps-benefit-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 1rem;
    border-radius: 14px;
    background: linear-gradient(145deg, #eff6ff 0%, #dbeafe 100%);
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
}

.vps-benefit-card h3 {
    margin: 0 0 0.35rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
}

.vps-benefit-card p {
    margin: 0;
    font-size: 0.9rem;
    color: #64748b;
}

.vps-os-section {
    padding-top: 70px;
    padding-bottom: 90px;
}

@media (max-width: 991px) {
    .vps-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .vps-benefits-grid {
        grid-template-columns: 1fr;
    }
}

/* ——— Why choose VPS ——— */
.vps-why-section {
    padding: 80px 0 90px;
    background: #fff;
}

.vps-why-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 3rem;
}

.vps-why-head h2 {
    margin: 0 0 0.85rem;
    font-size: clamp(1.55rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
}

.vps-why-head p {
    margin: 0;
    color: #64748b;
    font-size: 1.02rem;
    line-height: 1.65;
}

.vps-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem 1.75rem;
}

.vps-why-item {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
}

.vps-why-icon {
    position: relative;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    font-size: 1.35rem;
    z-index: 1;
}

.vps-why-icon::before {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(147, 197, 253, 0.55);
    left: -2px;
    bottom: -2px;
    z-index: -1;
}

.vps-why-body h3 {
    margin: 0 0 0.4rem;
    font-size: 1.02rem;
    font-weight: 800;
    color: #0f172a;
}

.vps-why-body p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: #64748b;
}

@media (max-width: 1099px) {
    .vps-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .vps-why-grid {
        grid-template-columns: 1fr;
    }
}

/* ——— World locations cards ——— */
.vps-world-section {
    padding: 80px 0 100px;
    background: #f8fafc;
}

.vps-world-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 2.75rem;
}

.vps-world-eyebrow {
    margin: 0 0 0.65rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #1e3a8a;
}

.vps-world-head h2 {
    margin: 0 0 0.85rem;
    font-size: clamp(1.6rem, 3vw, 2.25rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
}

.vps-world-desc {
    margin: 0;
    color: #64748b;
    font-size: 1.02rem;
    line-height: 1.65;
}

.vps-world-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.35rem;
}

.vps-world-card {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.4rem 1.35rem 1.5rem;
    text-decoration: none !important;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    transition: transform .2s, box-shadow .2s, border-color .2s;
    color: inherit;
}

.vps-world-card:hover {
    transform: translateY(-4px);
    border-color: #93c5fd;
    box-shadow: 0 14px 32px rgba(37, 99, 235, 0.12);
}

.vps-world-card-link {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #cbd5e1;
    font-size: 0.85rem;
    transition: color .15s;
}

.vps-world-card:hover .vps-world-card-link {
    color: #2563eb;
}

.vps-world-flag {
    display: inline-flex;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0.9rem;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.08), 0 4px 10px rgba(15, 23, 42, 0.08);
    background: #fff;
}

.vps-world-flag img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.vps-world-card h3 {
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
    font-weight: 800;
    color: #0f172a;
    padding-right: 1.5rem;
}

.vps-world-card p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: #64748b;
}

@media (max-width: 991px) {
    .vps-world-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .vps-world-grid {
        grid-template-columns: 1fr;
    }
}

.vps-faq-section {
    padding-top: 70px;
    padding-bottom: 90px;
}

.vps-windows-os-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem;
    max-width: 640px;
    margin: 0 auto;
}

.vps-windows-os-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.1rem 1.5rem;
    font-weight: 700;
    color: #0f172a;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
}

.vps-windows-os-card i {
    color: #2563eb;
    font-size: 1.5rem;
}

/* ——— Highlights (perf / contrôle) ——— */
.vps-highlight-section {
    padding: 90px 0;
    background: #f1f5f9;
    border-top: 1px solid #e2e8f0;
}

.vps-highlight-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3.5rem;
    align-items: center;
}

.vps-highlight-copy h2 {
    margin: 0 0 1rem;
    font-size: clamp(1.6rem, 3vw, 2.35rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
}

.vps-highlight-copy > p {
    margin: 0 0 2rem;
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 34rem;
}

.vps-highlight-bars {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 420px;
}

.vps-highlight-bar-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0.45rem;
    gap: 1rem;
}

.vps-highlight-bar-top span {
    font-weight: 700;
    color: #0f172a;
    font-size: 0.95rem;
}

.vps-highlight-bar-top strong {
    color: #2563eb;
    font-size: 0.95rem;
}

.vps-highlight-track {
    height: 10px;
    border-radius: 99px;
    background: #e2e8f0;
    overflow: hidden;
}

.vps-highlight-fill {
    height: 100%;
    border-radius: 99px;
    background: #2563eb;
}

.vps-highlight-fill--soft {
    background: #93c5fd;
}

.vps-highlight-visual {
    position: relative;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vps-hl-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(37, 99, 235, 0.1);
    border: 1px solid #e0eaff;
    padding: 18px;
    width: min(100%, 280px);
    position: relative;
    z-index: 2;
}

.vps-hl-card-line {
    height: 18px;
    background: #e0eaff;
    border-radius: 6px;
}

.vps-hl-card-row {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

.vps-hl-card-block {
    flex: 1;
    height: 48px;
    background: #f1f5f9;
    border-radius: 8px;
}

.vps-hl-card-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 16px;
}

.vps-hl-card-metrics div {
    background: #f8fafc;
    border-radius: 8px;
    padding: 8px 6px;
    text-align: center;
}

.vps-hl-card-metrics span {
    display: block;
    font-size: 0.68rem;
    color: #94a3b8;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.vps-hl-card-metrics b {
    font-size: 0.95rem;
    color: #1e3a8a;
}

.vps-hl-server {
    position: absolute;
    right: 8%;
    bottom: 8%;
    z-index: 3;
    background: #1e293b;
    border-radius: 14px;
    padding: 18px 22px;
    box-shadow: 0 4px 24px rgba(37, 99, 235, 0.2);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vps-hl-server span {
    display: block;
    width: 60px;
    height: 10px;
    border-radius: 6px;
    background: #334155;
}

.vps-hl-server span:first-child {
    background: linear-gradient(90deg, #2563eb 0%, #38bdf8 100%);
}

.vps-hl-gauge {
    position: absolute;
    left: 6%;
    bottom: 10%;
    z-index: 1;
}

.vps-split-section {
    padding: 80px 0 100px;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}

.vps-split-row {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 3rem;
    align-items: center;
}

.vps-split-media {
    position: relative;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vps-split-orb {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.2) 0%, transparent 70%);
    filter: blur(4px);
}

.vps-split-panel {
    position: relative;
    z-index: 1;
    background: #0f172a;
    color: #fff;
    border-radius: 18px;
    padding: 1.6rem 1.5rem;
    width: min(100%, 320px);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.25);
}

.vps-split-panel-head {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1.1rem;
    font-weight: 700;
    color: #93c5fd;
}

.vps-split-panel-head i {
    font-size: 1.4rem;
}

.vps-split-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vps-split-panel li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.55rem 0;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
    font-size: 0.92rem;
    color: #e2e8f0;
}

.vps-split-panel li i {
    color: #60a5fa;
    font-size: 0.75rem;
}

.vps-split-eyebrow {
    margin: 0 0 0.5rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #2563eb;
}

.vps-split-copy h2 {
    margin: 0 0 0.9rem;
    font-size: clamp(1.55rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
}

.vps-split-copy > p:not(.vps-split-eyebrow) {
    margin: 0 0 1.75rem;
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 36rem;
}

.vps-split-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.vps-split-stats div {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1rem 0.85rem;
    text-align: center;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.vps-split-stats strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    color: #1e3a8a;
    margin-bottom: 0.2rem;
}

.vps-split-stats span {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 600;
}

@media (max-width: 991px) {
    .vps-highlight-grid,
    .vps-split-row {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .vps-highlight-visual {
        order: -1;
        min-height: 200px;
    }

    .vps-split-stats {
        grid-template-columns: 1fr;
    }
}

/* ——— Comparison table ——— */
.vps-compare-section {
    padding: 80px 0 90px;
    background: #fff;
}

.vps-compare-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 2.75rem;
}

.vps-compare-head h2 {
    margin: 0 0 0.85rem;
    font-size: clamp(1.55rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
}

.vps-compare-head h2 span {
    color: #2563eb;
}

.vps-compare-head p {
    margin: 0;
    color: #64748b;
    font-size: 1.02rem;
    line-height: 1.65;
}

.vps-compare-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    align-items: stretch;
}

.vps-compare-card {
    position: relative;
    background: #fff;
    border: 1px dashed #cbd5e1;
    border-radius: 14px;
    padding: 1.25rem 1rem 1rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    display: flex;
    flex-direction: column;
}

.vps-compare-card.is-highlight {
    background: linear-gradient(180deg, #eff6ff 0%, #fff 55%);
    border: 2px solid #2563eb;
    box-shadow: 0 14px 36px rgba(37, 99, 235, 0.14);
}

.vps-compare-crown {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #2563eb;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    box-shadow: 0 6px 14px rgba(37, 99, 235, 0.35);
}

.vps-compare-brand {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1rem;
    padding-top: 0.35rem;
}

.vps-compare-logo {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
    padding: 5px;
    box-sizing: border-box;
}

.vps-compare-logo.is-wide {
    width: 96px;
    height: 42px;
    padding: 6px 8px;
    border-radius: 8px;
}

.vps-compare-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.vps-compare-logo.hc {
    background: #1e3a8a;
    border-color: #1e3a8a;
    padding: 6px;
}

.vps-compare-brand strong {
    font-size: 1rem;
    color: #0f172a;
}

.vps-compare-brand-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.vps-compare-price {
    padding-bottom: 1rem;
    margin-bottom: 0.25rem;
    border-bottom: 1px dotted #e2e8f0;
}

.vps-compare-price-val {
    font-size: 1.45rem;
    font-weight: 900;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.vps-compare-card.is-highlight .vps-compare-price-val {
    color: #2563eb;
}

.vps-compare-price-note {
    margin-top: 0.25rem;
    font-size: 0.8rem;
    color: #64748b;
}

.vps-compare-row {
    padding: 0.7rem 0;
    border-bottom: 1px dotted #e2e8f0;
}

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

.vps-compare-label {
    display: block;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 0.3rem;
}

.vps-compare-value {
    display: block;
    font-size: 0.88rem;
    font-weight: 600;
    color: #334155;
    line-height: 1.4;
}

.vps-compare-value.is-yes {
    color: #15803d;
}

.vps-compare-value.is-no {
    color: #94a3b8;
}

.vps-compare-badge {
    display: inline-block;
    margin-left: 0.35rem;
    padding: 0.15rem 0.45rem;
    border-radius: 999px;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    white-space: nowrap;
    vertical-align: middle;
}

.vps-compare-footnote {
    margin: 1.5rem auto 0;
    max-width: 720px;
    text-align: center;
    font-size: 0.8rem;
    color: #94a3b8;
    line-height: 1.5;
}

@media (max-width: 1099px) {
    .vps-compare-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 639px) {
    .vps-compare-grid {
        grid-template-columns: 1fr;
    }
}


.vps-gl-offer.is-oos {
  opacity: 0.72;
  filter: grayscale(0.25);
}
.vps-gl-cta--oos {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #e2e8f0 !important;
  color: #64748b !important;
  cursor: not-allowed;
  pointer-events: none;
  text-decoration: none;
  font-weight: 700;
}

/* Sticky mobile CTA — pages pays */
.vps-sticky-cta {
  display: none;
}

@media (max-width: 768px) {
  .vps-sticky-cta:not([hidden]) {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    padding: 0.65rem 0.85rem calc(0.65rem + env(safe-area-inset-bottom));
    background: rgba(11, 23, 51, 0.96);
    border-top: 1px solid rgba(148, 163, 184, 0.25);
    box-shadow: 0 -8px 28px rgba(15, 23, 42, 0.28);
  }

  .vps-sticky-cta__inner {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    max-width: 640px;
    margin: 0 auto;
  }

  .vps-sticky-cta__copy {
    flex: 1;
    min-width: 0;
    color: #fff;
  }

  .vps-sticky-cta__copy strong {
    display: block;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .vps-sticky-cta__copy span {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.75rem;
    color: #94a3b8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .vps-sticky-cta__btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.7rem 1rem;
    border-radius: 10px;
    background: #2563eb;
    color: #fff !important;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none !important;
  }

  body.has-vps-sticky-cta {
    padding-bottom: 5.5rem;
  }
}

/* Témoignages (pages offres) */
.hc-sat-section {
  padding: 4.5rem 0;
  background: #fff;
}
.hc-sat-intro {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2rem;
}
.hc-sat-intro h2 {
  margin: 0 0 0.6rem;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 800;
  color: #0f172a;
}
.hc-sat-intro p {
  margin: 0;
  color: #64748b;
  line-height: 1.55;
}
.hc-sat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 1100px;
  margin: 0 auto;
}
.hc-sat-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 1.35rem 1.25rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}
.hc-sat-card-top {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}
.hc-sat-identity {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  min-width: 0;
}
.hc-sat-avatar {
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  border-radius: 50%;
  background: #eff6ff;
  color: #1e3a8a;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  font-weight: 800;
  font-size: 0.78rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
.hc-sat-avatar > span {
  display: block !important;
  width: 100%;
  text-align: center;
  color: #1e3a8a !important;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}
.hc-sat-identity strong {
  display: block;
  font-size: 0.95rem;
  color: #0f172a;
}
.hc-sat-identity > div > span {
  display: block;
  font-size: 0.78rem;
  color: #64748b;
  margin-top: 2px;
}
.hc-sat-quote {
  color: #cbd5e1;
  font-size: 2rem;
  line-height: 1;
}
.hc-sat-stars {
  color: #f59e0b;
  letter-spacing: 0.08em;
  margin-bottom: 0.55rem;
  font-size: 0.85rem;
}
.hc-sat-card > p {
  margin: 0;
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.55;
}
@media (max-width: 991px) {
  .hc-sat-grid { grid-template-columns: 1fr; max-width: 520px; }
}

/* ── Panel de gestion (interface showcase) ── */
.vps-iface {
  padding: 88px 0;
  background:
    radial-gradient(ellipse 70% 45% at 80% 20%, rgba(37, 99, 235, 0.06) 0%, transparent 55%),
    #fff;
}

.vps-iface__head {
  max-width: 40rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.vps-iface__head h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #0f172a;
}

.vps-iface__head p {
  margin: 0;
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.65;
}

.vps-iface__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: 2.5rem 3rem;
  align-items: center;
}

.vps-iface__nav {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.vps-iface__tab {
  display: block;
  width: 100%;
  margin: 0;
  padding: 1.1rem 1.2rem;
  text-align: left;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.vps-iface__tab:hover {
  border-color: #bfdbfe;
  background: #f8fbff;
}

.vps-iface__tab.is-active {
  border-color: #2563eb;
  background: #f8fbff;
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.08);
}

.vps-iface__tab-top {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.vps-iface__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 1rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.vps-iface__tab.is-active .vps-iface__icon {
  background: #2563eb;
  color: #fff;
}

.vps-iface__tab-title {
  color: #162E62;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.vps-iface__tab-desc {
  display: block;
  margin: 0.75rem 0 0;
  padding-left: calc(2.5rem + 0.85rem);
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.55;
}

.vps-iface__tab-desc[hidden] {
  display: none;
}

.vps-iface__stage {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.vps-iface__frame {
  padding: 0.85rem;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #f8fafc;
  box-shadow: 0 16px 40px rgba(15, 48, 96, 0.06);
}

.vps-iface__frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #e8eef7;
  background: #fff;
  transition: opacity 0.25s ease;
}

.vps-iface__chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
}

.vps-iface__chips li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.2;
}

.vps-iface__chips i {
  font-size: 0.78rem;
  opacity: 0.9;
}

@media (max-width: 991px) {
  .vps-iface {
    padding: 64px 0;
  }

  .vps-iface__layout {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .vps-iface__stage {
    order: -1;
  }
}

@media (max-width: 575px) {
  .vps-iface__tab {
    padding: 1rem;
  }

  .vps-iface__tab-desc {
    padding-left: 0;
  }

  .vps-iface__frame {
    padding: 0.55rem;
    border-radius: 12px;
  }
}


