﻿/*==========================================================
WEB HOSTING PAGE
==========================================================*/

.hosting-hero {
    padding: 100px 0;
    background: #f8fbff;
}

.hosting-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    gap: 70px;
}

.hosting-hero-content h1 {
    margin: 15px 0 25px;
    font-size: 56px;
    line-height: 1.15;
    color: #111827;
}

    .hosting-hero-content h1 span {
        display: block;
        color: #2563eb;
    }

.hosting-hero-content p {
    max-width: 650px;
    color: #4b5563;
    font-size: 18px;
    line-height: 1.8;
}

.hosting-hero-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.hosting-call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    color: #111827;
    text-decoration: none;
    font-weight: 600;
    background: #fff;
}

    .hosting-call-btn:hover {
        color: #2563eb;
        border-color: #2563eb;
    }

.hosting-trust {
    display: flex;
    gap: 40px;
    margin-top: 45px;
}

    .hosting-trust div {
        display: flex;
        flex-direction: column;
    }

    .hosting-trust strong {
        color: #2563eb;
        font-size: 25px;
    }

    .hosting-trust span {
        margin-top: 4px;
        color: #6b7280;
        font-size: 13px;
    }


/* SERVER CARD */

.hosting-server-card {
    padding: 20px;
}

.server-window {
    overflow: hidden;
    border-radius: 20px;
    background: #111827;
    box-shadow: 0 25px 60px rgba(15,23,42,.18);
}

.server-top {
    display: flex;
    gap: 7px;
    padding: 18px 20px;
    background: #1f2937;
}

    .server-top span {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #64748b;
    }

.server-content {
    padding: 55px 40px;
    text-align: center;
}

.server-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    border-radius: 18px;
    background: #2563eb;
    color: #fff;
    font-size: 30px;
}

.server-content h3 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 30px;
    line-height: 1.3;
}

.server-content p {
    color: #cbd5e1;
    line-height: 1.7;
}

.server-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
    color: #cbd5e1;
    font-size: 13px;
}

    .server-status strong {
        color: #4ade80;
    }

.status-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #22c55e;
}


/*==========================================================
WHY HOSTING
==========================================================*/

.hosting-why {
    padding: 100px 0;
    background: #fff;
}

.hosting-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
    margin-top: 55px;
}

.hosting-benefit {
    padding: 32px;
    border: 1px solid #e5eaf1;
    border-radius: 16px;
    transition: .3s;
}

    .hosting-benefit:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 35px rgba(15,23,42,.07);
    }

.hosting-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 22px;
    border-radius: 12px;
    background: #eef5ff;
    font-size: 23px;
}

.hosting-benefit h3 {
    margin-bottom: 12px;
    font-size: 21px;
    color: #111827;
}

.hosting-benefit p {
    margin: 0;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.7;
}


/*==========================================================
HOSTING PRICING
==========================================================*/

.hosting-pricing {
    padding: 100px 0;
    background: #f8fbff;
}

.hosting-price-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 28px;
    margin-top: 55px;
}

.hosting-price-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 40px 32px;
    border: 1px solid #e1e7ef;
    border-radius: 18px;
    background: #fff;
    transition: .3s;
}

    .hosting-price-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 20px 45px rgba(15,23,42,.08);
    }

    .hosting-price-card.popular {
        border: 2px solid #2563eb;
    }

.hosting-popular {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    padding: 7px 18px;
    border-radius: 30px;
    background: #2563eb;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.hosting-price-card h3 {
    margin-bottom: 10px;
    color: #111827;
    font-size: 25px;
}

.hosting-price-text {
    min-height: 70px;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
}

.hosting-price {
    margin: 25px 0;
    padding: 20px 0;
    border-top: 1px solid #edf0f4;
    border-bottom: 1px solid #edf0f4;
}

    .hosting-price small {
        display: block;
        margin-bottom: 5px;
        color: #6b7280;
        font-size: 12px;
    }

    .hosting-price strong {
        color: #2563eb;
        font-size: 40px;
    }

    .hosting-price span {
        color: #6b7280;
        font-size: 13px;
    }

.hosting-price-card ul {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}

.hosting-price-card li {
    padding: 10px 0;
    border-bottom: 1px solid #f2f3f5;
    color: #4b5563;
    font-size: 14px;
}

    .hosting-price-card li::before {
        content: "✓";
        margin-right: 9px;
        color: #2563eb;
        font-weight: 700;
    }

.hosting-price-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin-top: auto;
    border-radius: 9px;
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

    .hosting-price-btn:hover {
        background: #1d4ed8;
        color: #fff;
    }

.hosting-pricing-note {
    margin-top: 30px;
    text-align: center;
    color: #6b7280;
    font-size: 13px;
}


/*==========================================================
HOSTING FEATURES
==========================================================*/

.hosting-features {
    padding: 100px 0;
}

.hosting-feature-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-top: 55px;
}

.hosting-feature-item {
    display: flex;
    gap: 18px;
    padding: 25px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
}

    .hosting-feature-item > span {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: #eef5ff;
        color: #2563eb;
        font-weight: 700;
    }

    .hosting-feature-item h3 {
        margin: 0 0 7px;
        font-size: 18px;
        color: #111827;
    }

    .hosting-feature-item p {
        margin: 0;
        color: #6b7280;
        font-size: 14px;
        line-height: 1.6;
    }


/*==========================================================
MIGRATION
==========================================================*/

.hosting-migration {
    padding: 80px 0;
    background: #f8fbff;
}

.hosting-migration-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 55px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e4eaf2;
}

    .hosting-migration-box h2 {
        margin: 15px 0;
        color: #111827;
        font-size: 36px;
    }

        .hosting-migration-box h2 span {
            color: #2563eb;
        }

    .hosting-migration-box p {
        max-width: 700px;
        margin: 0;
        color: #6b7280;
        line-height: 1.8;
    }


/*==========================================================
SECURITY
==========================================================*/

.hosting-security {
    padding: 100px 0;
}

.hosting-security-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

    .hosting-security-grid h2 {
        margin: 15px 0 20px;
        color: #111827;
        font-size: 40px;
    }

        .hosting-security-grid h2 span {
            color: #2563eb;
        }

    .hosting-security-grid p {
        margin-bottom: 30px;
        color: #6b7280;
        line-height: 1.8;
    }

.security-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

    .security-list div {
        padding: 25px;
        border: 1px solid #e5eaf1;
        border-radius: 14px;
        background: #f8fbff;
    }

    .security-list strong {
        display: block;
        margin-bottom: 7px;
        color: #2563eb;
        font-size: 20px;
    }

    .security-list span {
        color: #6b7280;
        font-size: 14px;
    }


/*==========================================================
WHO IS IT FOR
==========================================================*/

.hosting-who {
    padding: 90px 0;
    background: #f8fbff;
}

.hosting-who-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
    margin-top: 45px;
}

    .hosting-who-grid div {
        padding: 22px;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        background: #fff;
        text-align: center;
        color: #374151;
        font-weight: 600;
    }


/*==========================================================
FAQ
==========================================================*/

.hosting-faq {
    padding: 100px 0;
}

.hosting-faq-list {
    max-width: 850px;
    margin: 50px auto 0;
}

.hosting-faq .faq-item {
    margin-bottom: 12px;
}


/*==========================================================
CTA
==========================================================*/

.hosting-cta {
    padding: 90px 0;
    background: #111827;
}

.hosting-cta-content {
    max-width: 800px;
    margin: auto;
    text-align: center;
}

    .hosting-cta-content h2 {
        margin: 15px 0 20px;
        color: #fff;
        font-size: 42px;
        line-height: 1.3;
    }

        .hosting-cta-content h2 span {
            color: #60a5fa;
        }

    .hosting-cta-content p {
        color: #cbd5e1;
        font-size: 17px;
        line-height: 1.8;
    }

.hosting-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}


/*==========================================================
RESPONSIVE
==========================================================*/

@media(max-width:992px) {

    .hosting-hero {
        padding: 75px 0;
    }

    .hosting-hero-grid {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }

    .hosting-hero-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .hosting-hero-buttons {
        justify-content: center;
    }

    .hosting-trust {
        justify-content: center;
    }

    .hosting-server-card {
        max-width: 650px;
        width: 100%;
        margin: auto;
    }

    .hosting-benefit-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .hosting-price-grid {
        grid-template-columns: 1fr;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }

    .hosting-feature-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .hosting-security-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .hosting-who-grid {
        grid-template-columns: repeat(2,1fr);
    }
}


@media(max-width:768px) {

    .hosting-hero {
        padding: 60px 0;
    }

    .hosting-hero-content h1 {
        font-size: 40px;
    }

    .hosting-hero-content p {
        font-size: 16px;
    }

    .hosting-hero-buttons {
        flex-direction: column;
    }

    .hosting-call-btn {
        width: 100%;
    }

    .hosting-trust {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .hosting-benefit-grid {
        grid-template-columns: 1fr;
    }

    .hosting-feature-grid {
        grid-template-columns: 1fr;
    }

    .hosting-migration-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 35px 25px;
    }

    .hosting-security-grid h2 {
        font-size: 32px;
    }

    .hosting-who-grid {
        grid-template-columns: 1fr;
    }

    .hosting-cta-content h2 {
        font-size: 32px;
    }

    .hosting-cta-buttons {
        flex-direction: column;
    }
}


@media(max-width:480px) {

    .hosting-hero-content h1 {
        font-size: 34px;
    }

    .hosting-trust {
        grid-template-columns: 1fr;
    }

        .hosting-trust div {
            align-items: center;
        }

    .server-content {
        padding: 40px 25px;
    }

        .server-content h3 {
            font-size: 25px;
        }

    .hosting-price strong {
        font-size: 35px;
    }

    .security-list {
        grid-template-columns: 1fr;
    }
}
