/* Steeler-style public site layout — keeps ORE orange primary (#FDA12B) */

.ore-site {
    font-family: "Roboto", sans-serif;
    color: #182333;
}

.ore-topbar {
    background: #fff;
    border-bottom: 1px solid #ececec;
    padding: .85rem 0;
}

.ore-topbar-items {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.ore-topbar-item {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.ore-topbar-item small {
    display: block;
    color: #8D9297;
    font-size: .75rem;
    line-height: 1.2;
}

.ore-topbar-item strong {
    font-size: .9rem;
    font-weight: 600;
}

.ore-topbar-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(253, 161, 43, .12);
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ore-social,
.ore-topbar-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: .75rem;
    color: #182333;
    text-decoration: none;
    font-weight: 600;
    font-size: .9rem;
}

.ore-social {
    width: 38px;
    height: 38px;
    border: 1px solid #e5e5e5;
}

.ore-navbar {
    background: #fff;
    box-shadow: 0 8px 30px rgba(24, 35, 51, .06);
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.ore-brand {
    display: flex;
    align-items: center;
    gap: .75rem;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 1.35rem;
    color: #182333;
    text-decoration: none;
}

.ore-brand img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    object-fit: cover;
}

.ore-navbar .nav-link {
    font-weight: 600;
    color: #182333;
    padding: .75rem 1rem !important;
}

.ore-navbar .nav-link.active,
.ore-navbar .nav-link:hover,
.ore-navbar .dropdown-toggle.show {
    color: var(--primary);
}

.ore-dropdown {
    border: none;
    box-shadow: 0 18px 40px rgba(24, 35, 51, .12);
    border-radius: 12px;
    padding: .5rem 0;
    max-height: 420px;
    overflow-y: auto;
}

.ore-dropdown .dropdown-item {
    white-space: normal;
    padding: .55rem 1.1rem;
    font-size: .92rem;
}

.ore-quote-btn {
    font-weight: 700;
    border-radius: 0;
    padding: .85rem 1.35rem;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.ore-hero {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    background: #182333 url('../img/carousel/carosel._resized.jpg') center/cover no-repeat;
    overflow: hidden;
}

.ore-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(24, 35, 51, .88) 0%, rgba(24, 35, 51, .55) 55%, rgba(24, 35, 51, .25) 100%);
}

.ore-hero .container {
    position: relative;
    z-index: 2;
}

.ore-hero-kicker {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 700;
    margin-bottom: 1rem;
}

.ore-hero h1 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: clamp(2.2rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.08;
    max-width: 760px;
    margin-bottom: 1.25rem;
}

.ore-hero p {
    color: rgba(255, 255, 255, .88);
    max-width: 620px;
    font-size: 1.05rem;
    margin-bottom: 2rem;
}

.ore-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.ore-hero-actions .btn-outline-light {
    border-width: 2px;
    font-weight: 700;
    padding: .9rem 1.5rem;
}

.ore-hero-actions .btn-primary {
    font-weight: 700;
    padding: .9rem 1.5rem;
}

.ore-hero-panel {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    z-index: 2;
    background: var(--primary);
    color: #fff;
    max-width: 320px;
    padding: 1.5rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
}

.ore-hero-panel h3 {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: .75rem;
}

.ore-hero-panel p {
    font-size: .92rem;
    margin-bottom: 1rem;
    color: #fff;
}

.ore-hero-panel .btn-light {
    width: 42px;
    height: 42px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
}

.ore-hiring-bar {
    background: #111a27;
    color: #fff;
    text-align: center;
    padding: .9rem 1rem;
    font-size: .95rem;
}

.ore-hiring-bar a {
    color: var(--primary);
    font-weight: 700;
    text-decoration: none;
}

.ore-section {
    padding: 5rem 0;
}

.ore-section-alt {
    background: #f7f8fa;
}

.ore-section-label {
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 700;
    font-size: .82rem;
    margin-bottom: .75rem;
}

.ore-section h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    margin-bottom: 1.25rem;
}

.ore-mission-box {
    background: #f3f4f6;
    padding: 2rem;
    height: 100%;
    border-left: 4px solid var(--primary);
}

.ore-mission-box h3 {
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.ore-video-band {
    position: relative;
    min-height: 420px;
    background: #182333 url('../img/services/welder.png') center/cover no-repeat;
}

.ore-video-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(24, 35, 51, .45);
}

.ore-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    text-decoration: none;
    box-shadow: 0 16px 40px rgba(253, 161, 43, .35);
}

.ore-service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.ore-service-thumb {
    margin: -2rem -1.5rem 1.25rem;
    height: 180px;
    overflow: hidden;
}

.ore-service-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ore-application-card {
    border: 1px solid #ececec;
    box-shadow: 0 18px 40px rgba(24, 35, 51, .08);
    border-radius: 0;
}

.ore-application-card .card-header {
    background: var(--primary);
    color: #fff;
    border-radius: 0;
    font-weight: 700;
}

.ore-success-panel {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

.ore-success-panel .ore-success-icon {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: rgba(253, 161, 43, .15);
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.ore-service-card {
    background: #fff;
    border: 1px solid #ececec;
    padding: 2rem 1.5rem;
    height: 100%;
    transition: .25s ease;
}

.ore-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(24, 35, 51, .08);
}

.ore-service-icon {
    width: 64px;
    height: 64px;
    background: var(--primary);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 1.25rem;
}

.ore-service-card h3 {
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: .85rem;
}

.ore-service-card p {
    color: #5f6670;
    margin-bottom: 1.25rem;
}

.ore-service-card a {
    color: #182333;
    font-weight: 700;
    text-decoration: none;
}

.ore-service-card a i {
    color: var(--primary);
}

.ore-page-hero {
    background: linear-gradient(rgba(24, 35, 51, .82), rgba(24, 35, 51, .82)), url('../img/carousel/carosel._resized.jpg') center/cover no-repeat;
    color: #fff;
}

.ore-page-hero h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: .75rem;
}

.ore-breadcrumb .breadcrumb-item,
.ore-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, .85);
}

.ore-breadcrumb .breadcrumb-item.active {
    color: var(--primary);
}

.ore-page-content {
    padding: 4rem 0;
}

.ore-footer {
    background: #182333;
    color: rgba(255, 255, 255, .82);
}

.ore-footer h5 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 1rem;
}

.ore-footer-brand {
    display: flex;
    align-items: center;
    gap: .75rem;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.1rem;
}

.ore-footer-brand img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

.ore-footer-links {
    display: grid;
    gap: .55rem;
}

.ore-footer-links a {
    color: rgba(255, 255, 255, .82);
    text-decoration: none;
}

.ore-footer-links a:hover {
    color: var(--primary);
}

.ore-footer-social a {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.ore-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .65);
    font-size: .9rem;
}

@media (max-width: 991.98px) {
    .ore-hero {
        min-height: 520px;
    }

    .ore-hero-panel {
        position: static;
        margin-top: 2rem;
        max-width: none;
    }

    .ore-topbar-items {
        gap: .75rem;
    }
}

@media (max-width: 767.98px) {
    .ore-section {
        padding: 3.5rem 0;
    }

    .ore-quote-btn {
        width: 100%;
        margin-top: .5rem;
    }
}
