.home-hero-subtitle {
    color: #4a90d9;
}

.home-hero-search {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    background: #f5f5f5;
    border: 1px solid #e8ecf2;
    border-radius: 9999px;
    overflow: hidden;
}

.home-hero-search-input {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
}

.home-hero-search-btn {
    flex-shrink: 0;
    border-radius: 9999px;
    margin: 4px;
}

.home-promo-banner {
    background: #0a1931;
    border-radius: 1.5rem;
    padding: 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

@media (min-width: 768px) {
    .home-promo-banner {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 1.5rem 2rem;
        gap: 1.5rem;
    }
}

.home-promo-image {
    flex-shrink: 0;
    max-width: 180px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (min-width: 768px) {
    .home-promo-image {
        max-width: 220px;
        order: 3;
    }
}

.home-promo-text {
    flex: 1;
    text-align: center;
    color: #fff;
}

@media (min-width: 768px) {
    .home-promo-text {
        text-align: center;
        order: 2;
    }
}

.home-promo-cta-wrap {
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .home-promo-cta-wrap {
        order: 1;
    }
}

.home-promo-cta {
    background: #63ccf2;
    color: #0a1931;
    font-weight: 700;
    padding: 0.75rem 2rem;
    border-radius: 9999px;
    border: none;
    cursor: default;
    font-size: 0.875rem;
    white-space: nowrap;
}

.home-promo-title {
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .home-promo-title {
        font-size: 1.25rem;
    }
}

.home-promo-desc {
    font-size: 0.75rem;
    opacity: 0.9;
    line-height: 1.7;
}

.home-expert-activation .home-promo-cta {
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.home-expert-activation .home-promo-cta:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.home-expert-activation-icon {
    width: 5.5rem;
    height: 5.5rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.25rem;
    color: #63ccf2;
    background: rgba(99, 204, 242, 0.1);
}

.home-expert-activation-icon svg {
    width: 3.5rem;
    height: 3.5rem;
}

@media (min-width: 768px) {
    .home-expert-activation-icon {
        order: 3;
    }
}

@media (min-width: 768px) {
    .home-promo-desc {
        font-size: 0.8125rem;
    }
}

.home-hero-image-wrap {
    order: -1;
}

@media (min-width: 1024px) {
    .home-hero-image-wrap {
        order: 0;
    }
}
