.oc-hero-section {
    position: relative;
    padding: 160px 20px 140px;
    background-size: cover;
    background-position: center;
    background-color: #1a1e23;
}

.oc-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(30, 35, 40, 0.9) 0%, rgba(30, 35, 40, 0.5) 100%);
    z-index: 1;
}

.oc-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.oc-hero-content h1 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    max-width: 600px;
    margin-bottom: 30px;
    font-family: sans-serif;
}

.oc-btn-primary {
    display: inline-block;
    background: #ed7c24;
    color: #ffffff!important;
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.oc-btn-primary:hover {
    background: #d66a1a;
    color: #fff;
}
