/* Clearer hierarchy for the WordPress hosting offer section. */
.wordpress-hosting-page {
    background: #f7f9fc;
    color: #182231;
    overflow: hidden;
}

/* Page-wide premium palette: Camoo black/red structure, white surfaces, red actions. */
.wordpress-hosting-page .wordpress-hosting-hero .features {
    background-color: #160708;
}

.wordpress-hosting-page .wordpress-hosting-offers,
.wordpress-hosting-page .wordpress-hosting-testimonials {
    background: #f6f8fb;
}

.wordpress-hosting-page .wordpress-hosting-offers .pricing-table-column .price-info,
.wordpress-hosting-page .wordpress-hosting-offers .pricing-table-column h6 {
    background: linear-gradient(135deg, #160708 0%, #3b0b0e 55%, #a4000a 100%) !important;
}

.wordpress-hosting-page .wordpress-hosting-offers .pricing-table-column .price-info .price,
.wordpress-hosting-page .wordpress-hosting-offers .pricing-table-column .price-info .info,
.wordpress-hosting-page .wordpress-hosting-offers .pricing-table-column h6 {
    color: #fff !important;
}

.wordpress-hosting-page .wordpress-hosting-offers .pricing-table-column .pricing-features li:nth-child(odd) {
    background: #f1f5f9;
}

.wordpress-hosting-page .wordpress-hosting-offers .pricing-table-column .btn,
.wordpress-hosting-page .wordpress-hosting-alternatives .pricing-table-column .btn {
    background: #e30512;
    border-color: #e30512;
    box-shadow: 0 10px 22px rgba(227, 5, 18, 0.18);
}

.wordpress-hosting-page .wordpress-hosting-offers .pricing-table-column .btn:hover,
.wordpress-hosting-page .wordpress-hosting-alternatives .pricing-table-column .btn:hover {
    background: #b9000e !important;
    border-color: #b9000e !important;
}

.wordpress-hosting-page .call-to-action {
    background: linear-gradient(135deg, #120506 0%, #3b0b0e 58%, #a4000a 100%);
    padding-bottom: 64px;
    padding-top: 64px;
}

.wordpress-hosting-page .call-to-action h3,
.wordpress-hosting-page .call-to-action h4 {
    color: #fff;
    font-weight: 600;
}

.wordpress-hosting-page .call-to-action p,
.wordpress-hosting-page .call-to-action span {
    color: #dbe7f2;
}

.wordpress-hosting-page .call-to-action .contact-us {
    background: #e30512;
    color: #fff;
    font-weight: 500;
}

.wordpress-hosting-page .call-to-action .contact-us:hover {
    background: #fff;
    color: #160708;
}

.wordpress-hosting-page .list-rating-review {
    background: #fff;
    border: 1px solid #dbe4ee;
    box-shadow: 0 12px 28px rgba(7, 24, 39, 0.12);
}

.wordpress-hosting-page .block_review_rating h4 {
    color: #fff;
    font-weight: 500;
}

.wordpress-hosting-page .services-default .item i {
    background: #fff;
    border-color: #e30512;
    color: #e30512;
}

.wordpress-hosting-page .wordpress-hosting-benefits .services-default > .container > .row {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
}

.wordpress-hosting-page .wordpress-hosting-benefits .services-default > .container > .row > .item {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.wordpress-hosting-page .wordpress-hosting-benefits .services-default > .container > .row > .item p {
    margin-bottom: 0;
}

.wordpress-hosting-page .wordpress-hosting-benefits .services-default > .container > .row > .item:nth-child(1) i,
.wordpress-hosting-page .wordpress-hosting-benefits .services-default > .container > .row > .item:nth-child(1) h6 a {
    color: #e30512;
}

.wordpress-hosting-page .wordpress-hosting-benefits .services-default > .container > .row > .item:nth-child(2) i,
.wordpress-hosting-page .wordpress-hosting-benefits .services-default > .container > .row > .item:nth-child(2) h6 a {
    color: #0f766e;
}

.wordpress-hosting-page .wordpress-hosting-benefits .services-default > .container > .row > .item:nth-child(3) i,
.wordpress-hosting-page .wordpress-hosting-benefits .services-default > .container > .row > .item:nth-child(3) h6 a {
    color: #e30512;
}

.wordpress-hosting-page .wordpress-hosting-benefits .services-default > .container > .row > .item:nth-child(4) i,
.wordpress-hosting-page .wordpress-hosting-benefits .services-default > .container > .row > .item:nth-child(4) h6 a {
    color: #b7791f;
}

.wordpress-hosting-page .wordpress-hosting-offers .pricing-tables.style-1 .pricing-table-column,
.wordpress-hosting-page .wordpress-hosting-offers .pricing-tables .pricing-table-column:hover {
    border: 1px solid #dbe4ee;
    box-shadow: 0 16px 38px rgba(24, 34, 49, 0.09) !important;
}

.wordpress-hosting-page .wordpress-hosting-offers .pricing-table-column .price-info::after,
.wordpress-hosting-page .wordpress-hosting-offers .pricing-table-column .block_pricing_header::after {
    background: #3b0b0e !important;
}

.wordpress-hosting-page .wordpress-hosting-offers .pricing-table-column:hover {
    transform: translateY(-4px);
}

.wordpress-hosting-page > section {
    margin: 0;
}

#call-out-offer-ssd {
    background: #090305;
}

#call-out-offer-ssd .features {
    align-items: center;
    background: url('/img/camoo-background.png') no-repeat center right !important;
    background-size: cover !important;
    display: flex;
    min-height: 520px;
    position: relative;
}

#call-out-offer-ssd .features::before {
    background: linear-gradient(90deg, rgba(8, 2, 4, 0.92) 0%, rgba(8, 2, 4, 0.72) 48%, rgba(8, 2, 4, 0.12) 100%) !important;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

#call-out-offer-ssd .features::after {
    background: linear-gradient(180deg, rgba(8, 2, 4, 0.35) 0%, transparent 30%, transparent 70%, rgba(8, 2, 4, 0.5) 100%);
    content: '';
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.wordpress-hosting-hero .features .container {
    position: relative;
    z-index: 2;
}

.wordpress-hosting-hero .home-shine {
    padding-bottom: 48px;
    padding-top: 48px;
    text-align: left !important;
}

.hero-content-left {
    padding-left: 0;
    text-align: left;
}

.hero-badge-wrap {
    margin-bottom: 18px;
}

.hero-badge-wrap .hero-badge {
    background: rgba(227, 5, 18, 0.2);
    border: 1px solid rgba(227, 5, 18, 0.5);
    border-radius: 50px;
    color: #ff4d5a;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
    padding: 8px 18px;
    text-transform: uppercase;
}

.wordpress-hosting-hero .headline-ssd {
    color: #ffffff !important;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: clamp(30px, 3.8vw, 48px) !important;
    font-weight: 700 !important;
    letter-spacing: -.02em;
    line-height: 1.18 !important;
    margin: 0 0 20px !important;
    max-width: 640px;
    text-align: left !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

.hero-subtext {
    color: #dbe4ef;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 28px;
    max-width: 560px;
}

.hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.hero-btn-primary {
    background: linear-gradient(135deg, #e30512, #b00000) !important;
    border: 0 !important;
    border-radius: 50px !important;
    box-shadow: 0 10px 24px rgba(227, 5, 18, 0.35) !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 14px 32px !important;
    transition: transform .2s ease, box-shadow .2s ease !important;
}

.hero-btn-primary:hover {
    box-shadow: 0 14px 30px rgba(227, 5, 18, 0.5) !important;
    transform: translateY(-2px) !important;
}

.hero-btn-secondary {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 50px !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    padding: 13px 28px !important;
    transition: background .2s ease, border-color .2s ease !important;
}

.hero-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    color: #fff !important;
}

.wordpress-hosting-alternatives {
    padding-bottom: 92px;
    padding-top: 88px;
}

.wordpress-hosting-alternatives .section-info {
    margin-bottom: 48px;
}

.wordpress-hosting-alternatives .section-title,
.wordpress-hosting-testimonials h3 {
    color: #182231;
    font-weight: 600;
}

.wordpress-hosting-alternatives .pricing-table-column {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(24, 34, 49, 0.09);
    overflow: hidden;
}

.wordpress-hosting-page .divider {
    margin: 0;
    min-height: 210px;
    padding: 70px 15px;
}

.wordpress-hosting-page .divider h2 {
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 500;
    line-height: 1.25;
    margin: 0 auto;
    max-width: 900px;
}

.wordpress-hosting-page .services-default {
    padding-bottom: 64px;
    padding-top: 56px;
}

.wordpress-hosting-page .divider + section .services-default {
    padding-top: 8px;
}

.wordpress-hosting-page .divider + section .row,
.wordpress-hosting-page .divider + section .section-info {
    margin-top: 0;
}

.wordpress-hosting-page .services-default .section-description {
    color: #617083;
    font-size: 17px;
    line-height: 1.8;
    margin: 0 auto 34px;
    max-width: 900px;
    text-align: center;
}

.wordpress-hosting-page .services-default .item {
    background: #fff;
    border: 1px solid #e7edf4;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(24, 34, 49, 0.06);
    margin-bottom: 0;
    min-height: 250px;
    padding: 30px 22px;
    transition: box-shadow .2s ease, transform .2s ease;
}

.wordpress-hosting-page .services-default .item:hover {
    box-shadow: 0 18px 38px rgba(24, 34, 49, 0.11);
    transform: translateY(-3px);
}

.wordpress-hosting-page .services-default .item h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.wordpress-hosting-page .services-default .item p {
    color: #718096;
    font-size: 14px;
    line-height: 1.65;
}

.wordpress-hosting-page .cy-2022-background {
    background: linear-gradient(135deg, #8d0000 0%, #e30512 100%);
}

.wordpress-hosting-page .cy-2022-background .services-default .item {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #fff;
    min-height: 0;
    text-align: center;
}

.wordpress-hosting-page .cy-2022-background .services-default .item:hover {
    box-shadow: none;
    transform: none;
}

.wordpress-hosting-page .cy-2022-background .services-default .item p,
.wordpress-hosting-page .cy-2022-background .services-default .item .camoo-white,
.wordpress-hosting-page .cy-2022-background .services-default .item a {
    color: #fff !important;
}

.wordpress-hosting-page .cy-2022-background .services-default .item p {
    font-size: 18px;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 980px;
}

.wordpress-hosting-page .cy-2022-background .services-default .item .small-divider {
    background: rgba(255, 255, 255, 0.8);
    margin: 0 auto 24px;
}

.wordpress-hosting-testimonials {
    padding-bottom: 82px;
    padding-top: 82px;
}

.wordpress-hosting-testimonials h3 {
    font-size: clamp(26px, 3vw, 38px);
    margin-bottom: 38px;
}

.wordpress-hosting-testimonials .item_custom {
    background: #fff;
    border: 1px solid #e7edf4;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(24, 34, 49, 0.06);
}

.wordpress-hosting-offers {
    background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
    padding-bottom: 88px;
    padding-top: 76px;
}

.wordpress-hosting-intro {
    margin: 0 auto 52px;
    max-width: 1040px;
}

.wordpress-hosting-intro .sup-title {
    color: #e30512;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .06em;
    line-height: 1.5;
    margin: 0 auto 18px;
    text-align: center;
    text-transform: uppercase;
}

.wordpress-hosting-intro .sup-title i {
    color: #617083;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

.wordpress-hosting-intro h2 {
    color: #182231;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: 1.12;
    margin: 0 auto 22px;
    max-width: 950px;
}

.wordpress-hosting-intro h2::after {
    background: linear-gradient(90deg, #e30512, rgba(227, 5, 18, 0));
    border-radius: 99px;
    content: '';
    display: block;
    height: 3px;
    margin: 22px auto 0;
    width: 68px;
}

.wordpress-hosting-intro .fe-hosting-desc {
    color: #617083;
    font-size: 17px;
    line-height: 1.75;
    margin: 0 auto;
    max-width: 850px;
}

.wordpress-hosting-offers .pricing-tables > .container > .row:last-of-type {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    row-gap: 28px;
}

.wordpress-hosting-offers .pricing-tables > .container > .row:last-of-type > [class*='col-'] {
    display: flex;
}

.wordpress-hosting-offers .pricing-table-column {
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(24, 34, 49, 0.09);
    overflow: hidden;
    width: 100%;
}

@media (max-width: 767px) {
    .wordpress-hosting-offers {
        padding-bottom: 56px;
        padding-top: 52px;
    }

    .wordpress-hosting-intro {
        margin-bottom: 36px;
    }

    .wordpress-hosting-intro .sup-title {
        font-size: 13px;
    }

    .wordpress-hosting-intro h2 {
        font-size: 34px;
    }

    .wordpress-hosting-intro .fe-hosting-desc {
        font-size: 15px;
        line-height: 1.6;
    }

    .wordpress-hosting-hero .features {
        min-height: 220px;
    }

    .wordpress-hosting-hero .home-shine {
        padding-bottom: 44px;
        padding-top: 44px;
    }

    .wordpress-hosting-alternatives,
    .wordpress-hosting-page .services-default,
    .wordpress-hosting-testimonials {
        padding-bottom: 56px;
        padding-top: 56px;
    }

    .wordpress-hosting-page .services-default .item {
        margin-bottom: 18px;
        min-height: 0;
    }

    .wordpress-hosting-page .wordpress-hosting-benefits .services-default > .container > .row {
        display: block;
    }

    .wordpress-hosting-page .wordpress-hosting-benefits .services-default > .container > .row > .item {
        margin-bottom: 18px;
    }

    .wordpress-hosting-offers .pricing-tables > .container > .row:last-of-type {
        display: block;
    }

    .wordpress-hosting-offers .pricing-tables > .container > .row:last-of-type > [class*='col-'] {
        display: block;
        margin-bottom: 28px;
    }
}
