/* Solaskinner hosting promo — strip + full section on product sites */
.bh-sola-host-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 12px;
    width: 100%;
    padding: 9px 16px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    background: linear-gradient(90deg, #064e3b 0%, #047857 45%, #0f766e 100%);
    color: #ecfdf5;
    border-bottom: 1px solid rgba(52, 211, 153, 0.35);
    text-decoration: none;
    box-sizing: border-box;
}
.bh-sola-host-strip:hover {
    color: #fff;
    filter: brightness(1.06);
}
.bh-sola-host-strip > i.fa-server {
    color: #6ee7b7;
    flex-shrink: 0;
}
.bh-sola-host-strip-text {
    max-width: 52rem;
    line-height: 1.35;
}
.bh-sola-host-strip-cta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #d1fae5;
    font-size: 11px;
    white-space: nowrap;
    border: 1px solid rgba(167, 243, 208, 0.35);
}
.bh-sola-host-strip:hover .bh-sola-host-strip-cta {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

/* Join.php-style banner (homepage / landings) */
.bh-sola-host-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 1.35rem;
    margin: 0 auto 2rem;
    max-width: 72rem;
    border-radius: 1.25rem;
    background: linear-gradient(135deg, rgba(5, 150, 105, 0.18), rgba(34, 211, 238, 0.1));
    border: 1px solid rgba(52, 211, 153, 0.35);
    box-sizing: border-box;
}
.bh-sola-host-banner-copy {
    flex: 1 1 16rem;
    min-width: 0;
}
.bh-sola-host-banner-title {
    margin: 0 0 0.35rem;
    font-size: 1.1rem;
    color: #ecfdf5;
    font-weight: 600;
    line-height: 1.3;
}
.bh-sola-host-banner-text {
    margin: 0;
    color: #a7f3d0;
    font-size: 0.92rem;
    line-height: 1.55;
    max-width: 42rem;
}
.bh-sola-host-banner-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.1rem;
    border-radius: 0.85rem;
    background: #059669;
    color: #fff !important;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none !important;
    white-space: nowrap;
    flex: 0 0 auto;
    transition: background 0.15s ease;
}
.bh-sola-host-banner-cta:hover {
    background: #047857;
    color: #fff !important;
}
@media (max-width: 640px) {
    .bh-sola-host-banner {
        padding: 1rem 1.1rem;
    }
    .bh-sola-host-banner-cta {
        width: 100%;
        justify-content: center;
    }
}

.bh-sola-host-section {
    padding: 2.5rem 1.25rem;
    background:
        radial-gradient(ellipse 80% 60% at 10% 0%, rgba(16, 185, 129, 0.12), transparent 55%),
        radial-gradient(ellipse 70% 50% at 90% 100%, rgba(6, 182, 212, 0.1), transparent 50%),
        #0b1220;
    color: #e2e8f0;
}
.bh-sola-host-inner {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}
.bh-sola-host-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #a7f3d0;
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(52, 211, 153, 0.35);
    margin-bottom: 1rem;
}
.bh-sola-host-section h2 {
    margin: 0 0 0.75rem;
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    font-weight: 800;
    color: #f8fafc;
    line-height: 1.25;
}
.bh-sola-host-lead {
    margin: 0 0 1.25rem;
    font-size: 1rem;
    line-height: 1.55;
    color: #cbd5e1;
}
.bh-sola-host-list {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
    text-align: left;
    display: grid;
    gap: 0.65rem;
}
.bh-sola-host-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.65rem 0.85rem;
    border-radius: 0.65rem;
    background: rgba(15, 23, 42, 0.65);
    border: 1px solid rgba(148, 163, 184, 0.15);
    font-size: 0.95rem;
    line-height: 1.4;
    color: #e2e8f0;
}
.bh-sola-host-list li i {
    color: #34d399;
    margin-top: 0.15rem;
    flex-shrink: 0;
}
.bh-sola-host-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}
.bh-sola-host-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.7rem 1.2rem;
    border-radius: 0.65rem;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.15s ease, filter 0.15s ease;
}
.bh-sola-host-btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
}
.bh-sola-host-btn-primary {
    background: linear-gradient(135deg, #059669, #0d9488);
    color: #fff;
    box-shadow: 0 8px 24px rgba(5, 150, 105, 0.35);
}
.bh-sola-host-btn-ghost {
    background: transparent;
    color: #a5f3fc;
    border: 1px solid rgba(103, 232, 249, 0.35);
}
@media (max-width: 640px) {
    .bh-sola-host-strip-text {
        font-size: 11px;
    }
    .bh-sola-host-section {
        padding: 2rem 1rem;
    }
    .bh-sola-host-actions {
        flex-direction: column;
    }
    .bh-sola-host-btn {
        justify-content: center;
        width: 100%;
    }
}
