.nordoniahero-block {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.nordoniahero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.nordoniahero-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(26,28,27,0.8) 0%, rgba(26,28,27,0.4) 50%, rgba(26,28,27,0.1) 100%);
}

.nordoniahero-content {
    position: relative;
    z-index: 2;
    max-width: 1536px;
    width: 100%;
    margin: 0 auto;
    padding: 0 32px;
}

.nordoniahero-eyebrow {
    display: block;
    font-family: var(--font1);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    color: #81f9c7;
    margin-bottom: 16px;
}

.nordoniahero-heading {
    font-family: var(--font1);
    font-weight: 900;
    font-size: 72px;
    line-height: 1;
    letter-spacing: -3.6px;
    text-transform: uppercase;
    color: #fff;
    max-width: 672px;
    margin: 0 0 32px 0;
}

.nordoniahero-buttons {
    display: flex;
    gap: 16px;
    align-items: center;
}

.nordoniahero-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16.5px 32px;
    background: linear-gradient(135deg, #006c4d 0%, #1FA67A 100%);
    color: #fff;
    font-family: var(--font1);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    border-radius: 2px;
    text-decoration: none;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.nordoniahero-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 20px -3px rgba(0,0,0,0.15);
    color: #fff;
}

.nordoniahero-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 17px 33px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    font-family: var(--font1);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.nordoniahero-btn-secondary:hover {
    background: rgba(255,255,255,0.2);
    color: #fff;
}

@media (max-width: 1199px) {
    .nordoniahero-heading { font-size: 56px; letter-spacing: -2.5px; }
}

@media (max-width: 767px) {
    .nordoniahero-block { height: 500px; }
    .nordoniahero-heading { font-size: 40px; letter-spacing: -1.5px; }
    .nordoniahero-buttons { flex-direction: column; }
    .nordoniahero-btn-primary, .nordoniahero-btn-secondary { width: 100%; text-align: center; }
}
