/* =========================
   Premium Home Page
========================= */

.mi-home-hero {
    padding: 30px 0 130px;
    background:
        radial-gradient(circle at top left, rgba(37,99,235,0.16), transparent 32%),
        radial-gradient(circle at bottom right, rgba(249,115,22,0.14), transparent 32%),
        linear-gradient(135deg, #ffffff, #f8fbff);
}

.mi-hero-label {
    display: inline-block;
    padding: 8px 16px;
    background: #eff6ff;
    color: #2563eb;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 20px;
}

.mi-home-hero h1 {
    font-size: 62px;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -2px;
    color: #0f172a;
    margin-bottom: 24px;
}

.mi-home-hero h1 span {
    background: linear-gradient(135deg, #2563eb, #7c3aed, #f97316);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mi-home-hero p {
    max-width: 560px;
    font-size: 18px;
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 30px;
}

.mi-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.mi-primary-btn,
.mi-secondary-btn {
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 800;
    transition: 0.3s;
}

.mi-primary-btn {
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    box-shadow: 0 15px 35px rgba(37,99,235,0.28);
}

.mi-secondary-btn {
    color: #2563eb;
    background: #ffffff;
    border: 1px solid #bfdbfe;
}

.mi-primary-btn:hover,
.mi-secondary-btn:hover {
    transform: translateY(-3px);
}

.mi-trust-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 35px;
}

.mi-trust-row div {
    background: #ffffff;
    border: 1px solid #e5eaf3;
    padding: 14px 18px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(15,23,42,0.05);
}

.mi-trust-row strong {
    display: block;
    font-size: 22px;
    font-weight: 900;
    color: #2563eb;
}

.mi-trust-row small {
    color: #64748b;
    font-weight: 700;
}

.mi-hero-panel {
    background: rgba(255,255,255,0.82);
    backdrop-filter: blur(18px);
    border: 1px solid #e5eaf3;
    border-radius: 32px;
    padding: 35px;
    box-shadow: 0 35px 90px rgba(15,23,42,0.12);
}

.mi-panel-top {
    display: flex;
    gap: 8px;
    margin-bottom: 25px;
}

.mi-panel-top span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cbd5e1;
}

.mi-panel-top span:nth-child(1) { background: #ef4444; }
.mi-panel-top span:nth-child(2) { background: #f59e0b; }
.mi-panel-top span:nth-child(3) { background: #22c55e; }

.mi-hero-panel h3 {
    font-size: 34px;
    font-weight: 900;
    color: #0f172a;
}

.mi-hero-panel p {
    font-size: 15px;
    margin-bottom: 22px;
}

.mi-panel-list {
    display: grid;
    gap: 14px;
}

.mi-panel-list div {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 16px;
    border-radius: 18px;
    background: #f8fbff;
    color: #475569;
    font-weight: 700;
}

.mi-panel-list b {
    color: #2563eb;
}

/* Domain Search */
.mi-home-domain {
    margin-top: -65px;
    position: relative;
    z-index: 5;
    padding-bottom: 80px;
}

.mi-domain-search-box {
    background: #ffffff;
    border: 1px solid #e5eaf3;
    border-radius: 32px;
    padding: 36px;
    box-shadow: 0 30px 80px rgba(15,23,42,0.10);
}

.mi-domain-heading {
    text-align: center;
    margin-bottom: 24px;
}

.mi-domain-heading h2 {
    font-size: 34px;
    font-weight: 900;
    color: #0f172a;
}

.mi-domain-heading p {
    color: #64748b;
    margin: 0;
}

.mi-home-domain-form {
    display: flex;
    max-width: 850px;
    margin: 0 auto;
    gap: 12px;
}

.mi-home-domain-form input {
    flex: 1;
    height: 60px;
    border-radius: 50px;
    border: 1px solid #dbeafe;
    padding: 0 25px;
    outline: none;
    font-size: 16px;
}

.mi-home-domain-form input:focus {
    border-color: #2563eb;
}

.mi-home-domain-form button {
    border: none;
    height: 60px;
    border-radius: 50px;
    padding: 0 34px;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    color: #ffffff;
    font-weight: 900;
}

.mi-domain-price-tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.mi-domain-price-tags span {
    background: #f1f5f9;
    color: #334155;
    font-size: 13px;
    font-weight: 800;
    padding: 8px 15px;
    border-radius: 50px;
}

/* Common */
.mi-home-services,
.mi-home-hosting,
.mi-home-why,
.mi-home-cta {
    padding: 85px 0;
}

.mi-home-services,
.mi-home-why {
    background: #ffffff;
}

.mi-home-hosting {
    background: linear-gradient(135deg, #f8fbff, #eef5ff);
}

.mi-home-title {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 50px;
}

.mi-home-title span {
    color: #2563eb;
    font-weight: 900;
}

.mi-home-title h2 {
    font-size: 42px;
    font-weight: 900;
    color: #0f172a;
    margin: 12px 0;
    letter-spacing: -1px;
}

.mi-home-title p {
    color: #64748b;
    margin: 0;
}

/* Service Cards */
.mi-home-service-card,
.mi-hosting-card,
.mi-why-box {
    background: #ffffff;
    border: 1px solid #e5eaf3;
    border-radius: 28px;
    padding: 32px;
    height: 100%;
    box-shadow: 0 18px 50px rgba(15,23,42,0.06);
    transition: 0.3s;
}

.mi-home-service-card:hover,
.mi-hosting-card:hover,
.mi-why-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 80px rgba(37,99,235,0.14);
}

.mi-home-service-card .icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 22px;
}

.mi-home-service-card h4,
.mi-why-box h4 {
    font-size: 21px;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 12px;
}

.mi-home-service-card p,
.mi-why-box p {
    color: #64748b;
    line-height: 1.7;
}

.mi-home-service-card a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 900;
}

/* Hosting */
.mi-hosting-card {
    position: relative;
}

.mi-hosting-card.active {
    border-color: #2563eb;
    transform: translateY(-10px);
}

.mi-hosting-card .popular {
    position: absolute;
    right: 22px;
    top: 22px;
    background: #2563eb;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    padding: 7px 13px;
    border-radius: 50px;
}

.mi-hosting-card h4 {
    font-size: 20px;
    font-weight: 900;
    color: #0f172a;
}

.mi-hosting-card h3 {
    font-size: 38px;
    font-weight: 900;
    color: #2563eb;
    margin: 18px 0;
}

.mi-hosting-card h3 span {
    font-size: 14px;
    color: #64748b;
}

.mi-hosting-card ul {
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
}

.mi-hosting-card ul li {
    margin-bottom: 11px;
    color: #475569;
    font-weight: 700;
}

.mi-hosting-card ul li::before {
    content: "✓";
    color: #22c55e;
    font-weight: 900;
    margin-right: 8px;
}

.mi-hosting-card a {
    display: inline-block;
    text-decoration: none;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    color: #ffffff;
    padding: 12px 22px;
    border-radius: 50px;
    font-weight: 900;
}

/* CTA */
.mi-home-cta {
    background: #ffffff;
}

.mi-home-cta-box {
    text-align: center;
    border-radius: 34px;
    padding: 60px 30px;
    background:
        radial-gradient(circle at top left, rgba(255,255,255,0.25), transparent 35%),
        linear-gradient(135deg, #2563eb, #7c3aed);
    box-shadow: 0 30px 90px rgba(37,99,235,0.25);
    color: #ffffff;
}

.mi-home-cta-box h2 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 12px;
}

.mi-home-cta-box p {
    color: rgba(255,255,255,0.85);
    margin-bottom: 25px;
}

.mi-home-cta-box a {
    display: inline-block;
    text-decoration: none;
    background: #ffffff;
    color: #2563eb;
    padding: 13px 28px;
    border-radius: 50px;
    font-weight: 900;
}

/* Mobile */
@media (max-width: 991px) {
    .mi-home-hero {
        padding: 80px 0 110px;
        text-align: center;
    }

    .mi-home-hero h1 {
        font-size: 44px;
    }

    .mi-home-hero p {
        margin-left: auto;
        margin-right: auto;
    }

    .mi-hero-actions,
    .mi-trust-row {
        justify-content: center;
    }

    .mi-hosting-card.active {
        transform: none;
    }
}

@media (max-width: 576px) {
    .mi-home-hero h1 {
        font-size: 36px;
    }

    .mi-home-domain-form {
        flex-direction: column;
    }

    .mi-home-domain-form input,
    .mi-home-domain-form button {
        width: 100%;
        border-radius: 18px;
    }

    .mi-home-title h2 {
        font-size: 30px;
    }

    .mi-home-cta-box h2 {
        font-size: 28px;
    }
}