.skyemont-hero-950dae80-container {
    position: relative;
    padding: 80px 60px;
    background-size: cover;
    background-position: center right;
    border-radius: 12px;
    min-height: 480px;
    display: flex;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    overflow: hidden;
    margin-bottom: 40px;
}

.sk-hero-inner {
    max-width: 550px;
    z-index: 2;
}

.sk-hero-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #667085;
    margin-bottom: 20px;
    font-weight: 500;
}

.sk-hero-breadcrumb-link {
    color: inherit;
    text-decoration: none;
}

.sk-hero-breadcrumb-link:hover {
    text-decoration: underline;
}

.sk-hero-breadcrumb-separator {
    opacity: 0.65;
}

.sk-hero-breadcrumb-current {
    color: inherit;
}

.sk-hero-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 25px 0;
    position: relative;
    display: inline-block;
}

.sk-hero-underline {
    display: block;
    width: 60px;
    height: 4px;
    margin-top: 10px;
    border-radius: 2px;
}

.sk-hero-desc {
    font-size: 17px;
    line-height: 1.6;
    color: #475467;
    margin-bottom: 35px;
}

.sk-search-bar-wrap {
    background: #ffffff;
    border: 1px solid #e4e7ec;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 100px;
    padding: 6px;
    max-width: 480px;
    margin-bottom: 25px;
}

.sk-search-form {
    display: flex;
    align-items: center;
    width: 100%;
}

.sk-search-input {
    border: none;
    background: transparent;
    padding: 10px 20px;
    font-size: 15px;
    flex-grow: 1;
    outline: none;
    color: #333;
}

.sk-search-input::placeholder {
    color: #98a2b3;
}

.sk-search-btn {
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
    transition: transform 0.2s;
}

.sk-search-btn:hover {
    transform: scale(1.05);
}

.sk-popular-tags-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.sk-popular-label {
    font-size: 13px;
    color: #475467;
    font-weight: 600;
}

.sk-tags-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.sk-tag-item {
    font-size: 12px;
    color: #344054;
    background: #ffffff;
    border: 1px solid #d0d5dd;
    padding: 6px 14px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

.sk-tag-item:hover {
    background: #f9fafb;
    border-color: #98a2b3;
}

@media (max-width: 768px) {
    .skyemont-hero-950dae80-container {
        padding: 40px 20px;
    }

    .sk-hero-title {
        font-size: 36px;
    }
}
