.ah-1515-wrapper {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ah-1515-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ah-1515-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ah-1515-location {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 25px;
}

.ah-1515-heading {
    font-size: 56px;
    line-height: 1.15;
    margin: 0 0 30px;
    font-weight: 600;
}

.ah-1515-subtitle {
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 45px;
    max-width: 750px;
}

.ah-1515-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.ah-1515-btn {
    display: inline-block;
    padding: 16px 36px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    text-align: center;
}

.ah-1515-btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.ah-1515-btn-secondary:hover {
    background-color: rgba(255,255,255,0.1);
    transform: translateY(-2px);
}

/* Tablet */
@media (max-width: 1024px) {
    .ah-1515-heading {
        font-size: 48px;
    }
    .ah-1515-subtitle {
        font-size: 18px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .ah-1515-heading {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .ah-1515-subtitle {
        font-size: 16px;
        margin-bottom: 35px;
    }
    .ah-1515-actions {
        flex-direction: column;
        width: 100%;
    }
    .ah-1515-btn {
        width: 100%;
    }
}
