/* cloud-servers — extracted from blade inline styles */
.cloud-plans-grid-dynamic { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-bottom: 24px; }
.cloud-plan-card-dyn { background: #fff; border: 1.5px solid #e2e8f0; border-radius: 14px; padding: 26px 22px; display: flex; flex-direction: column; gap: 12px; transition: box-shadow 0.2s, transform 0.15s; position: relative; }
.cloud-plan-card-dyn:hover { box-shadow: 0 8px 28px rgba(20,184,166,.12); transform: translateY(-2px); border-color: #99f6e4; }
.cloud-plan-featured { border-color: #14b8a6; box-shadow: 0 4px 20px rgba(20,184,166,.18); }
.cloud-plan-badge-dyn { display: inline-block; font-size: 14px; font-weight: 700; background: #f0fdfa; color: #0d9488; border: 1px solid #99f6e4; padding: 3px 10px; border-radius: 12px; margin-bottom: 2px; }
.cloud-plan-features-dyn { list-style: none; padding: 0; margin: 0; }
.cloud-plan-features-dyn li { font-size: 14px; color: #334155; padding: 5px 0; border-bottom: 1px solid #f1f5f9; display: flex; gap: 8px; }
.cloud-plan-features-dyn li:last-child { border-bottom: none; }


/* shared rules copied from vps-server-hosting (used by this page, split from pages.css) */

    
    .cloud-page * { box-sizing: border-box; }
.cloud-page { font-family: 'Inter', Arial, sans-serif; color: #1a1a2e; }
.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;
    }
.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;
    }
.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;
    }
.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;
    }
.cloud-plans-section {
        padding: 60px 0;
        background: #f7f8fc;
    }
.cloud-plans-inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 32px;
    }
.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;
    }
.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;
    }
.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); }
.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;
    }
.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); }
@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 cheap-web-application-development-nepal (used by this page, split from pages.css) */
.cwd-price-features li .chk { color: var(--green); font-weight: 800; flex-shrink: 0; margin-top: 1px; }
