/* ==========================================================================
   Cloud Server Dedicated Stylesheet (cloud.css)
   Strictly isolated namespace (cld-*) to prevent class double usage.
   ========================================================================== */

.cld-main-wrapper * {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
.cld-hero-section {
    background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);
    padding: 140px 0 80px 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #cbd5e1;
}
.cld-hero-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}
.cld-hero-subnav {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.cld-subnav-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #1e293b;
    font-size: 15px;
    letter-spacing: 0.2px;
}
.cld-subnav-divider {
    width: 1px;
    height: 18px;
    background-color: #94a3b8;
    opacity: 0.5;
}
.cld-subnav-links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}
.cld-nav-link {
    font-family: 'Poppins', sans-serif;
    color: #64748b;
    text-decoration: none;
    font-weight: 500;
    font-size: 14.5px;
    transition: all 0.25s ease;
}
.cld-nav-link:hover {
    color: #0d6efd;
}
.cld-nav-link.active {
    color: #0d6efd;
    font-weight: 700;
    border-bottom: 2px solid #0d6efd;
    padding-bottom: 2px;
}

/* FLEXBOX HERO LAYOUT (CUSTOM) */
.cld-hero-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.cld-hero-content-col {
    width: 55%;
    text-align: left;
}
.cld-hero-visual-col {
    width: 45%;
    text-align: center;
}
.cld-hero-img {
    max-width: 380px !important;
    max-height: 280px !important;
    width: auto;
    height: auto;
}

.cld-pretitle {
    color: #2563eb;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 12px;
}
.cld-hero-title {
    font-size: clamp(34px, 4.5vw, 52px);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.15;
    margin-bottom: 20px;
}
.cld-highlight {
    color: #2563eb;
    background: linear-gradient(120deg, #2563eb, #1d4ed8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cld-hero-subtitle {
    font-size: 17px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 34px;
    max-width: 600px;
}
.cld-hero-btn {
    display: inline-block;
    background: #2563eb;
    color: #ffffff;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.2s ease;
}
.cld-hero-btn:hover {
    background: #1d4ed8;
    color: #ffffff;
}
.cld-hero-lottie {
    height: 420px;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}
.cld-hero-img {
    max-width: 85%;
    height: auto;
    filter: drop-shadow(0 15px 30px rgba(0,0,0,0.1));
}

/* Light Header Navigation styles for this page */
@media (min-width: 993px) {
    .light-header-page .site-header:not(.menu-open) .nav-link,
    .light-header-page .site-header:not(.menu-open) .dd-toggle {
        color: #111 !important;
        font-weight: 500;
    }

    .light-header-page .site-header:not(.menu-open) .dropdown:hover .dd-toggle,
    .light-header-page .site-header:not(.menu-open) .nav-link:hover {
        color: #0d6efd !important;
    }
}

/* Mobile Hamburger icon color */
.light-header-page .site-header:not(.menu-open) .hamburger,
.light-header-page .site-header:not(.menu-open) .hamburger::before,
.light-header-page .site-header:not(.menu-open) .hamburger::after {
    background-color: #111 !important;
}

/* Pricing Section */
.cld-pricing-section {
    padding: 100px 0;
    background-color: #f8fafc;
}
.cld-pricing-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}
.cld-pricing-header {
    text-align: center;
    margin-bottom: 60px;
}
.cld-section-subtitle {
    color: #2563eb;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 12px;
}
.cld-section-title {
    font-size: 38px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

/* Tab bar styles */
.cld-tabs-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.cld-tabs-bar {
    display: inline-flex;
    background: #e2e8f0;
    padding: 6px;
    border-radius: 0;
    gap: 6px;
    flex-wrap: wrap;
}
.cld-tab-btn {
    background: transparent;
    border: none;
    padding: 10px 24px;
    border-radius: 0;
    font-weight: 600;
    font-size: 15px;
    color: #475569;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}
.cld-tab-btn:hover {
    color: #0f172a;
}
.cld-tab-btn.active {
    background: #2563eb;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

/* Pricing Grid & Cards */
.cld-pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 28px;
    align-items: stretch;
}
.cld-plan-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 0;
    padding: 32px 28px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.cld-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}
.cld-icon-wrap {
    width: 48px;
    height: 48px;
    background: #eff6ff;
    color: #2563eb;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cld-plan-name {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 4px 0;
}
.cld-plan-desc {
    font-size: 13.5px;
    color: #64748b;
    margin: 0;
}
.cld-price-wrap {
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid #f1f5f9;
}
.cld-currency {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    vertical-align: top;
    margin-right: 2px;
}
.cld-amount {
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
}
.cld-period {
    font-size: 15px;
    color: #64748b;
    font-weight: 500;
    margin-left: 4px;
}
.cld-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    flex-grow: 1;
}
.cld-features-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14.5px;
    color: #334155;
    margin-bottom: 16px;
    line-height: 1.5;
}
.cld-check-icon {
    color: #10b981;
    flex-shrink: 0;
    margin-top: 2px;
}
.cld-spec-sub {
    display: block;
    font-size: 13px;
    color: #94a3b8;
    margin-top: 2px;
}
.cld-flags-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #f1f5f9;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #475569;
    border-bottom-left-radius: 0;
}
.cld-action-wrap {
    margin-top: auto;
}
.cld-order-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: #2563eb;
    color: #ffffff;
    font-weight: 600;
    padding: 14px 0;
    border-radius: 0;
    text-decoration: none;
    font-size: 15px;
    transition: background 0.2s ease;
}
.cld-order-btn:hover {
    background: #1d4ed8;
    color: #ffffff;
}

/* Comparison Table Section */
.cld-compare-section {
    padding: 80px 0 110px 0;
    background-color: #ffffff;
    border-top: 1px solid #e2e8f0;
}
.cld-compare-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}
.cld-compare-header {
    margin-bottom: 50px;
}
.cld-table-responsive {
    overflow-x: auto;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.03);
}
.cld-custom-table-wrapper table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    background: #ffffff;
}
.cld-custom-table-wrapper th, 
.cld-custom-table-wrapper td {
    padding: 18px 24px;
    border-bottom: 1px solid #e2e8f0;
    font-size: 14.5px;
    color: #334155;
}
.cld-custom-table-wrapper thead th,
.cld-custom-table-wrapper tr.hovered td {
    background: #f8fafc;
    font-weight: 700;
    color: #0f172a;
    font-size: 16px;
    border-bottom: 2px solid #cbd5e1;
}
.cld-custom-table-wrapper tr:hover td {
    background: #f1f5f9;
}
.comp-check-icon {
    color: #10b981;
    font-weight: 900;
    font-size: 18px;
    margin-right: 8px;
    display: inline-block;
}
.cld-custom-table-wrapper a.btn {
    display: inline-block;
    background: #2563eb;
    color: #ffffff;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13.5px;
}
.cld-custom-table-wrapper a.btn:hover {
    background: #1e40af;
}

@media (max-width: 991px) {
    .cld-hero-row {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .cld-hero-content-col, .cld-hero-visual-col {
        width: 100%;
        text-align: center;
    }
    .cld-hero-subtitle {
        margin: 0 auto 30px auto;
    }
    .cld-hero-visual-col {
        margin-top: 20px;
    }
}

/* Extracted from cloud.html */
.pricing-integration h3,
                .pricing-integration h4,
                .pricing-integration p,
                .pricing-integration li,
                .pricing-integration strong,
                .pricing-integration div {
                    color: rgba(255, 255, 255, 0.9) !important;
                }

                .pricing-integration .price {
                    color: #fff !important;
                }

                .pricing-integration .price span {
                    color: rgba(255, 255, 255, 0.7) !important;
                }
