/* vps-server-hosting — migrated from pages.css */

    /* ── Reset & Base ───────────────────────────── */
    .cloud-page * { box-sizing: border-box; }
    .cloud-page { font-family: 'Inter', Arial, sans-serif; color: #1a1a2e; }

    /* ── HERO ───────────────────────────────────── */
    /* Remove the default page breadcrumb bar that appears above hero */
    .breadcrumbs { display: none !important; }

    .cloud-hero {
        background: radial-gradient(ellipse 70% 90% at 85% 12%, rgba(20,184,166,.22) 0%, transparent 60%), radial-gradient(ellipse 55% 70% at 8% 95%, rgba(45,212,191,.13) 0%, transparent 55%), linear-gradient(135deg, #0b1c33 0%, #123047 55%, #0e4a44 100%);
        width: 100%;
        min-height: 360px;
        position: relative;
        overflow: hidden;
    }
    /* subtle dark overlay at bottom for depth */
    .cloud-hero::after {
        content: '';
        position: absolute;
        bottom: 0; left: 0; right: 0;
        height: 80px;
        background: linear-gradient(to bottom, transparent, rgba(0,0,30,0.3));
        pointer-events: none;
    }
    .cloud-hero-inner {
        max-width: 1280px;
        margin: 0 auto;
        padding: 60px 48px 56px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
        min-height: 360px;
    }
    .cloud-hero-text {
        flex: 0 0 auto;
        width: 48%;
        max-width: 520px;
        position: relative;
        z-index: 2;
    }
    .cloud-hero-badge {
        display: inline-block;
        background: rgba(255,255,255,0.18);
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        padding: 4px 12px;
        border-radius: 4px;
        margin-bottom: 20px;
        letter-spacing: 0.6px;
        border: 1px solid rgba(255,255,255,0.35);
        font-family: 'Inter', sans-serif;
    }
    .cloud-hero-text h1 {
        color: #fff !important;
        font-size: 3rem;
        font-weight: 800;
        line-height: 1.12;
        margin: 0 0 18px 0;
        font-family: 'Inter', sans-serif;
        text-shadow: none;
    }
    .cloud-hero-text p {
        color: rgba(255,255,255,0.82);
        font-size: 0.97rem;
        line-height: 1.65;
        margin: 0 0 30px 0;
        font-family: 'Inter', sans-serif;
    }
    .cloud-hero-cta {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: #fff;
        color: #0f766e;
        font-weight: 700;
        font-size: 0.9rem;
        padding: 12px 22px;
        border-radius: 5px;
        text-decoration: none;
        transition: all 0.2s;
        border: none;
        font-family: 'Inter', sans-serif;
        letter-spacing: 0.2px;
    }
    .cloud-hero-cta:hover {
        background: #ccfbf1;
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(0,0,0,0.25);
        text-decoration: none;
        color: #0f766e;
    }
    .cloud-hero-image {
        flex: 1;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .cloud-hero-image img {
        width: 100%;
        max-width: 340px;
        display: block;
    }

    /* ── BENEFITS BAR ───────────────────────────── */
    .cloud-benefits-bar {
        background: #fff;
        border-bottom: 1px solid #e8e8e8;
        padding: 0;
    }
    .cloud-benefits-inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 32px;
        display: flex;
        align-items: stretch;
        gap: 0;
    }
    .cloud-benefits-label {
        flex-shrink: 0;
        padding: 18px 24px 18px 0;
        font-size: 14px;
        color: #888;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        border-right: 1px solid #e8e8e8;
        display: flex;
        flex-direction: column;
        justify-content: center;
        line-height: 1.4;
    }
    .cloud-benefit-item {
        flex: 1;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 18px 20px;
        border-right: 1px solid #f0f0f0;
        text-decoration: none;
        transition: background 0.15s;
        cursor: pointer;
    }
    .cloud-benefit-item:last-child { border-right: none; }
    .cloud-benefit-item:hover { background: #f0fdfa; text-decoration: none; }
    .cloud-benefit-icon {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #ccfbf1;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        color: #0f766e;
        font-size: 14px;
    }
    .cloud-benefit-content strong {
        display: block;
        font-size: 14px;
        font-weight: 700;
        color: #1a1a2e;
    }
    .cloud-benefit-content span {
        font-size: 14px;
        color: #888;
    }
    .cloud-benefit-arrow {
        margin-left: auto;
        color: #ccc;
        font-size: 14px;
    }

    /* ── SECTION HEADER ─────────────────────────── */
    .cloud-section-header {
        text-align: center;
        margin-bottom: 40px;
    }
    .cloud-section-header h2 {
        font-size: 1.6rem;
        font-weight: 800;
        color: #1a1a2e;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0 0 8px 0;
    }
    .cloud-section-header p {
        color: #666;
        font-size: 0.95rem;
    }

    /* ── PLANS SECTION ──────────────────────────── */
    .cloud-plans-section {
        padding: 60px 0;
        background: #f7f8fc;
    }
    .cloud-plans-inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 32px;
    }

    /* Resource group labels */

    /* Plan Card */
    .cloud-plan-subtitle {
        font-size: 14px;
        color: #888;
        text-align: center;
        margin-bottom: 12px;
    }
    .cloud-plan-name {
        font-size: 1.2rem;
        font-weight: 800;
        color: #1a1a2e;
        text-align: center;
        margin: 0 0 20px 0;
    }
    .cloud-plan-pricing {
        margin-bottom: 20px;
    }
    .cloud-plan-pricing .from-label {
        font-size: 14px;
        color: #888;
        display: block;
        margin-bottom: 2px;
    }
    .cloud-plan-pricing .price-row {
        display: flex;
        align-items: baseline;
        gap: 2px;
    }
    .cloud-plan-pricing .currency { font-size: 1rem; font-weight: 600; color: #1a1a2e; }
    .cloud-plan-pricing .amount   { font-size: 2.4rem; font-weight: 800; line-height: 1; color: #1a1a2e; }
    .cloud-plan-pricing .cents    { font-size: 1rem; font-weight: 700; color: #1a1a2e; line-height: 1.4; }
    .cloud-plan-pricing .period   { font-size: 14px; color: #888; margin-left: 4px; }
    .cloud-plan-btn {
        display: block;
        text-align: center;
        border: 1.5px solid #1a1a2e;
        background: transparent;
        color: #1a1a2e;
        font-weight: 700;
        font-size: 14px;
        padding: 11px;
        border-radius: 6px;
        text-decoration: none;
        transition: all 0.2s;
    }
    .cloud-plan-btn:hover {
        background: #115e59;
        border-color: #0d9488;
        color: #fff;
        text-decoration: none;
    }

    /* ── SPECS TABLE ────────────────────────────── */
    .cloud-specs-section {
        padding: 60px 0;
        background: #fff;
    }
    .cloud-specs-inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 32px;
    }
    .cloud-specs-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 14px;
    }
    .cloud-specs-table th {
        background: #f7f8fc;
        padding: 14px 18px;
        text-align: left;
        font-weight: 700;
        color: #1a1a2e;
        border-bottom: 2px solid #e0e0e8;
        white-space: nowrap;
    }
    .cloud-specs-table td {
        padding: 14px 18px;
        border-bottom: 1px solid #f0f0f5;
        color: #444;
    }
    .cloud-specs-table tr:hover td { background: #f0fdfa; }
    .cloud-specs-table .btn-order-sm {
        display: inline-block;
        background: #0f766e;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        padding: 6px 16px;
        border-radius: 4px;
        text-decoration: none;
        transition: background 0.2s;
        white-space: nowrap;
    }
    .cloud-specs-table .btn-order-sm:hover {
        background: #0f766e;
        text-decoration: none;
    }

    /* ── FAQ SECTION ────────────────────────────── */
    .cloud-faq-section {
        padding: 60px 0;
        background: #f7f8fc;
    }
    .cloud-faq-inner {
        max-width: 860px;
        margin: 0 auto;
        padding: 0 32px;
    }
    .cloud-faq-item {
        background: #fff;
        border: 1px solid #e0e0e8;
        border-radius: 10px;
        margin-bottom: 12px;
        overflow: hidden;
    }
    .cloud-faq-question {
        padding: 18px 22px;
        font-size: 15px;
        font-weight: 600;
        color: #1a1a2e;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: background 0.15s;
    }
    .cloud-faq-question:hover { background: #f0fdfa; }
    .cloud-faq-question .faq-icon { color: #0d9488; font-size: 18px; transition: transform 0.25s; }
    .cloud-faq-answer {
        padding: 0 22px 18px;
        font-size: 14px;
        color: #666;
        line-height: 1.7;
        display: none;
    }
    .cloud-faq-item.open .cloud-faq-answer { display: block; }
    .cloud-faq-item.open .faq-icon { transform: rotate(45deg); }

    /* ── WHY CHOOSE ─────────────────────────────── */
    .cloud-why-section {
        padding: 60px 0;
        background: #fff;
    }
    .cloud-why-inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 32px;
    }
    .cloud-why-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 40px;
    }
    .cloud-why-card {
        background: #f7f8fc;
        border-radius: 12px;
        padding: 28px 24px;
        transition: box-shadow 0.2s, transform 0.2s;
    }
    .cloud-why-card:hover {
        box-shadow: 0 8px 30px rgba(27,0,255,0.1);
        transform: translateY(-3px);
    }
    .cloud-why-icon {
        width: 48px;
        height: 48px;
        background: linear-gradient(135deg,#0d9488,#0f766e);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 20px;
        margin-bottom: 16px;
    }
    .cloud-why-card h3 {
        font-size: 1rem;
        font-weight: 700;
        color: #1a1a2e;
        margin: 0 0 8px 0;
    }
    .cloud-why-card p {
        font-size: 14px;
        color: #666;
        line-height: 1.6;
        margin: 0;
    }

    /* ── CTA BANNER ─────────────────────────────── */
    .cloud-cta-section {
        background: linear-gradient(135deg,#0d9488 0%,#0f766e 100%);
        padding: 60px 32px;
        text-align: center;
    }
    .cloud-cta-section h2 {
        color: #fff;
        font-size: 2rem;
        font-weight: 800;
        margin: 0 0 12px 0;
    }
    .cloud-cta-section p {
        color: rgba(255,255,255,0.85);
        font-size: 1rem;
        margin: 0 0 28px 0;
    }
    .cloud-cta-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: #fff;
        color: #0f766e;
        font-weight: 700;
        font-size: 0.95rem;
        padding: 13px 28px;
        border-radius: 6px;
        text-decoration: none;
        transition: all 0.2s;
    }
    .cloud-cta-btn:hover {
        background: #ccfbf1;
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(0,0,0,0.2);
        text-decoration: none;
        color: #0f766e;
    }
    .money-back { display: block; margin-top: 14px; font-size: 14px; color: rgba(255,255,255,0.7); }

    /* ── RESPONSIVE ─────────────────────────────── */
    @media (max-width: 1024px) {
        .cloud-hero-inner { padding: 48px 32px 44px; gap: 24px; }
        .cloud-hero-text { width: 50%; }
        .cloud-hero-text h1 { font-size: 2.4rem; }
    }
    @media (max-width: 800px) {
        .cloud-hero-inner { flex-direction: column; align-items: flex-start; padding: 40px 24px 32px; min-height: auto; }
        .cloud-hero-text { width: 100%; max-width: 100%; }
        .cloud-hero-text h1 { font-size: 2rem; }
        .cloud-hero-image { width: 100%; justify-content: center; max-height: 200px; }
        .cloud-hero-image svg { max-width: 340px; max-height: 200px; }
        .cloud-benefits-inner { flex-wrap: wrap; gap: 0; }
        .cloud-benefit-item { min-width: 50%; border-right: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; }
        .cloud-why-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 540px) {
        .cloud-hero-text h1 { font-size: 1.75rem; }
        .cloud-hero-image { display: none; }
        .cloud-why-grid { grid-template-columns: 1fr; }
        .cloud-benefit-item { min-width: 100%; }
        .cloud-benefits-label { display: none; }
        .cloud-specs-table { display: block; overflow-x: auto; }
        .cloud-faq-inner, .cloud-plans-inner, .cloud-specs-inner, .cloud-why-inner { padding: 0 16px; }
    }


/* shared rules copied from domain-registration-in-nepal (used by this page, split from pages.css) */
.contact-sidebar-card, 
.dr-np-box, 
.office-section, 
.dr-hero, 
.zm-hero, 
.hp-hero, 
.hp-cta, 
.vps-hero, 
.zo-hero, 
.rh-hero, 
.wd-hero, 
.zw-hero, 
[class*="-hero"],
[class*="hero-"],
.features-strip,
.features-strip h2,
.features-strip p,
.features-strip h1,
.features-strip h2 span,
.feat-item,
.feat-item h3,
.feat-item p {
    color: #ffffff !important;
}
.vps-page * { box-sizing: border-box; }
.vps-page { font-family: 'Inter', Arial, sans-serif; color: #0f172a; }
.vps-hero {
    background: linear-gradient(135deg, #0f172a 0%, #042f2e 50%, #0f172a 100%);
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}
.vps-hero::before {
    content: '';
    position: absolute;
    top: -80px; right: -120px;
    width: 500px; height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(20,184,166,0.18) 0%, transparent 70%);
    pointer-events: none;
}
.vps-hero-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 48px;
}
.vps-hero-text { flex: 1; }
.vps-hero-image { flex: 1; max-width: 480px; }
.vps-hero-image svg { width: 100%; height: auto; display: block; }
.vps-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(20,184,166,0.18);
    border: 1px solid rgba(20,184,166,0.4);
    color: #5eead4;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}
.vps-hero-text h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.1;
    color: #f1f5f9;
    margin: 0 0 20px;
    letter-spacing: -1px;
}
.vps-highlight { color: #5eead4; }
.vps-hero-sub {
    font-size: 16px;
    color: #94a3b8;
    line-height: 1.65;
    margin: 0 0 28px;
}
.vps-hero-stats {
    display: flex;
    align-items: center;
    gap: 0;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 28px;
    width: fit-content;
}
.vps-stat { text-align: center; padding: 0 20px; }
.vps-stat-num { display: block; font-size: 20px; font-weight: 800; color: #5eead4; line-height: 1; }
.vps-stat-label { display: block; font-size: 14px; color: #64748b; margin-top: 3px; text-transform: uppercase; letter-spacing: 0.5px; }
.vps-stat-divider { width: 1px; height: 36px; background: rgba(255,255,255,0.1); }
.vps-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.vps-btn-primary {
    background: linear-gradient(135deg, #14b8a6, #0d9488);
    color: #fff;
    padding: 13px 28px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.15s;
}
.vps-btn-primary:hover { opacity: 0.9; transform: translateY(-1px); color: #fff; text-decoration: none; }
.vps-btn-secondary {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.15);
    color: #cbd5e1;
    padding: 13px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: background 0.2s;
}
.vps-btn-secondary:hover { background: rgba(255,255,255,0.1); color: #e2e8f0; text-decoration: none; }
.vps-feature-strip {
    background: #042f2e;
    border-top: 1px solid rgba(20,184,166,0.2);
    border-bottom: 1px solid rgba(20,184,166,0.2);
    padding: 14px 0;
    overflow: hidden;
}
.vps-feature-strip-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.vps-feature-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(20,184,166,0.12);
    border: 1px solid rgba(20,184,166,0.25);
    color: #5eead4;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    white-space: nowrap;
}
.vps-feature-chip i { font-size: 14px; }
.vps-section-header { text-align: center; margin-bottom: 48px; }
.vps-section-header h2 {
    font-size: 34px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 10px;
    letter-spacing: -0.5px;
}
.vps-section-header p { font-size: 16px; color: #64748b; margin: 0; }
.vps-plans-section { background: #f8fafc; padding: 80px 0; }
.vps-plans-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.vps-plans-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 24px;
}
.vps-plan-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 8px;
    flex-wrap: wrap;
}
.vps-plan-name { font-size: 17px; font-weight: 800; color: #1e293b; }
.vps-plan-price {
    display: flex;
    align-items: baseline;
    gap: 1px;
    line-height: 1;
    margin-bottom: 4px;
}
.vps-price-currency { font-size: 20px; font-weight: 700; color: #475569; margin-top: 4px; }
.vps-price-amount { font-size: 48px; font-weight: 900; color: #0f172a; letter-spacing: -2px; }
.vps-price-decimal { font-size: 22px; font-weight: 700; color: #475569; margin-top: 4px; }
.vps-price-period { font-size: 14px; color: #94a3b8; font-weight: 500; margin-left: 3px; }
.vps-price-npr { font-size: 14px; color: #64748b; margin-bottom: 18px; }
.vps-plan-specs {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    flex: 1;
}
.vps-plan-specs li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 0;
    font-size: 14px;
    color: #334155;
    border-bottom: 1px solid #f1f5f9;
}
.vps-plan-specs li:last-child { border-bottom: none; }
.vps-plan-specs li i { width: 16px; text-align: center; color: #14b8a6; font-size: 14px; }
.vps-plan-btn {
    display: block;
    text-align: center;
    background: linear-gradient(135deg, #14b8a6, #0d9488);
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    padding: 12px 0;
    border-radius: 8px;
    text-decoration: none !important;
    transition: opacity 0.2s, transform 0.15s;
    margin-bottom: 12px;
}
.vps-plan-btn:hover { opacity: 0.88; transform: translateY(-1px); }
.vps-plan-ideal { font-size: 14px; color: #94a3b8; text-align: center; margin: 0; }
.vps-plans-note {
    font-size: 14px;
    color: #94a3b8;
    text-align: center;
    margin: 8px 0 0;
    line-height: 1.6;
}
.vps-specs-section { background: #fff; padding: 72px 0; }
.vps-specs-inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.vps-specs-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 12px rgba(0,0,0,0.06);
}
.vps-specs-table thead tr { background: linear-gradient(135deg, #042f2e, #134e4a); }
.vps-specs-table thead th {
    padding: 14px 16px;
    text-align: left;
    color: #99f6e4;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.vps-specs-table tbody tr { border-bottom: 1px solid #f1f5f9; transition: background 0.15s; }
.vps-specs-table tbody tr:hover { background: #f8fafc; }
.vps-specs-table tbody tr:last-child { border-bottom: none; }
.vps-specs-table td { padding: 13px 16px; color: #334155; }
.vps-specs-table td strong { color: #1e293b; }
.vps-table-highlight { background: #f0fdfa !important; }
.vps-table-badge {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: #f0fdfa;
    color: #0f766e;
    border: 1px solid #99f6e4;
    padding: 2px 7px;
    border-radius: 10px;
    margin-left: 6px;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.vps-about-section { background: #f8fafc; padding: 72px 0; }
.vps-about-inner { max-width: 940px; margin: 0 auto; padding: 0 24px; }
.vps-about-text h2 { font-size: 34px; font-weight: 800; color: #0f172a; margin: 0 0 16px; }
.vps-about-text p { font-size: 16px; color: #475569; line-height: 1.75; margin: 0 0 20px; }
.vps-about-compare {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 32px;
}
.vps-compare-item {
    border-radius: 12px;
    padding: 22px 20px;
    border: 1.5px solid;
}
.vps-compare-bad { background: #fff7f7; border-color: #fecaca; }
.vps-compare-bad h4 { color: #dc2626; }
.vps-compare-good { background: #f0fdf4; border-color: #bbf7d0; }
.vps-compare-good h4 { color: #059669; }
.vps-compare-neutral { background: #f8fafc; border-color: #e2e8f0; }
.vps-compare-neutral h4 { color: #475569; }
.vps-compare-item h4 {
    font-size: 15px;
    font-weight: 800;
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.vps-compare-item ul { margin: 0; padding: 0; list-style: none; }
.vps-compare-item ul li {
    font-size: 14px;
    color: #475569;
    padding: 5px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.vps-compare-item ul li:last-child { border-bottom: none; }
.vps-features-section { background: #fff; padding: 80px 0; }
.vps-features-inner { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.vps-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.vps-feature-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 24px 20px;
    transition: box-shadow 0.2s, transform 0.15s;
}
.vps-feature-card:hover { box-shadow: 0 6px 20px rgba(20,184,166,0.1); transform: translateY(-2px); }
.vps-feature-icon {
    width: 44px; height: 44px;
    background: linear-gradient(135deg, #14b8a6, #0d9488);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.vps-feature-icon i { color: #fff; font-size: 18px; }
.vps-feature-card h3 { font-size: 15px; font-weight: 700; color: #1e293b; margin: 0 0 8px; }
.vps-feature-card p { font-size: 14px; color: #64748b; line-height: 1.65; margin: 0; }
.vps-faq-section { background: #f8fafc; padding: 80px 0; }
.vps-faq-inner { max-width: 780px; margin: 0 auto; padding: 0 24px; }
.vps-faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
    transition: box-shadow 0.15s;
}
.vps-faq-item.open { box-shadow: 0 4px 16px rgba(20,184,166,0.1); border-color: #99f6e4; }
.vps-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    color: #1e293b;
    gap: 16px;
    user-select: none;
}
.vps-faq-icon {
    font-size: 20px;
    font-weight: 400;
    color: #14b8a6;
    flex-shrink: 0;
    transition: transform 0.25s;
}
.vps-faq-item.open .vps-faq-icon { transform: rotate(45deg); }
.vps-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.25s ease;
    font-size: 14.5px;
    color: #475569;
    line-height: 1.7;
    padding: 0 20px;
}
.vps-faq-answer a { color: #14b8a6; }
.vps-faq-item.open .vps-faq-answer { max-height: 300px; padding: 4px 20px 20px; }
.vps-cta-section {
    background: linear-gradient(135deg, #0f172a 0%, #042f2e 60%, #0f172a 100%);
    padding: 72px 0;
    text-align: center;
}
.vps-cta-inner { max-width: 680px; margin: 0 auto; padding: 0 24px; }
.vps-cta-section h2 { font-size: 36px; font-weight: 800; color: #f1f5f9; margin: 0 0 12px; }
.vps-cta-section p { font-size: 17px; color: #94a3b8; margin: 0 0 28px; }
.vps-cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 20px; }
.vps-cta-btn-primary {
    background: linear-gradient(135deg, #14b8a6, #0d9488);
    color: #fff !important;
    padding: 14px 30px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    transition: opacity 0.2s, transform 0.15s;
}
.vps-cta-btn-primary:hover { opacity: 0.9; transform: translateY(-1px); }
.vps-cta-btn-secondary {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
    color: #cbd5e1 !important;
    padding: 14px 26px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    transition: background 0.2s;
}
.vps-cta-btn-secondary:hover { background: rgba(255,255,255,0.14); color: #e2e8f0 !important; }
.vps-cta-guarantee { display: block; font-size: 14px; color: #64748b; }
.wh-plan-btn, .vps-plan-btn, .cloud-plan-btn {
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s !important;
}
.wh-plan-btn:hover, .vps-plan-btn:hover, .cloud-plan-btn:hover {
    transform: scale(1.03) !important;
    box-shadow: 0 6px 20px rgba(13,148,136,0.3) !important;
}
@media (max-width: 1024px) {
.vps-plans-grid { grid-template-columns: repeat(2, 1fr); }
.vps-features-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
.vps-hero-inner { flex-direction: column; }
.vps-hero-image { display: none; }
.vps-hero-text h1 { font-size: 36px; }
.vps-hero-stats { flex-wrap: wrap; gap: 12px; }
.vps-stat-divider { display: none; }
.vps-plans-grid { grid-template-columns: 1fr; }
.vps-about-compare { grid-template-columns: 1fr; }
.vps-features-grid { grid-template-columns: 1fr 1fr; }
.vps-section-header h2 { font-size: 26px; }
}
@media (max-width: 480px) {
.vps-features-grid { grid-template-columns: 1fr; }
.vps-hero-ctas { flex-direction: column; }
.vps-hero-stats { width: 100%; }
}

/* vps plan cards & badges — moved home from the old combined pages.css
   (they had been filed under the domain page during the split) */


.vps-plan-card {
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: box-shadow 0.2s, transform 0.15s, border-color 0.2s;
    position: relative;
}

.vps-plan-card:hover {
    box-shadow: 0 8px 30px rgba(20,184,166,0.12);
    transform: translateY(-2px);
    border-color: #99f6e4;
}

.vps-plan-featured {
    border-color: #14b8a6;
    box-shadow: 0 4px 24px rgba(20,184,166,0.18);
    background: linear-gradient(160deg, #fafaff 0%, #fff 100%);
}

.vps-plan-featured:hover { box-shadow: 0 10px 40px rgba(20,184,166,0.22); }

.vps-plan-enterprise {
    border-color: #0f766e;
    background: linear-gradient(160deg, #f0fdfa 0%, #fff 100%);
}

.vps-plan-badge {
    font-size: 14px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.vps-badge-popular { background: #ecfdf5; color: #047857; border: 1px solid #a7f3d0; }

.vps-badge-best { background: #f0fdfa; color: #0f766e; border: 1px solid #99f6e4; }
@media (max-width: 768px) {

    .vps-hero-inner { flex-direction: column; }

    .vps-hero-image { display: none; }

    .vps-hero-text h1 { font-size: 36px; }

    .vps-hero-stats { flex-wrap: wrap; gap: 12px; }

    .vps-stat-divider { display: none; }

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

    .vps-about-compare { grid-template-columns: 1fr; }

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

    .vps-section-header h2 { font-size: 26px; }
}
@media (max-width: 480px) {

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

    .vps-hero-ctas { flex-direction: column; }

    .vps-hero-stats { width: 100%; }
}
