/* ===========================================
   WANIFELT English Company Page Styles
   영문 Company 페이지 전용 스타일
   =========================================== */

/* Page Hero - Background Image Only */
.page-hero {
    background-image: url('../policy-banner.jpg');
}

/* Company Overview Section - Background Logo */
.company-overview-section {
    overflow: hidden;
}

.company-overview-section::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    max-width: 100vw;
    height: 300px;
    background: url('../logo_horizen.png') no-repeat center;
    background-size: contain;
    opacity: 0.1;
    pointer-events: none;
    z-index: 0;
}

.footer {
    margin-top: 120px;
}
